diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-08-14 14:34:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-08-15 13:02:31 -0400 |
commit | cab7dcde1bef1ea589a9f3c4d8512e59ade8a4a2 (patch) | |
tree | 5f59fb48afd412fe2a7cfc948e83dbe7bacbe895 /tests | |
parent | 62254ca3061a1309e836939df242140b53c79603 (diff) | |
download | gtk+-cab7dcde1bef1ea589a9f3c4d8512e59ade8a4a2.tar.gz |
Deprecate GtkStatusIcon
GtkStatusIcon is using a problematic, XEmbed-based protocol under X,
and we want to get rid of it eventually. Document our intentions by
marking GtkStatusIcon as deprecated.
https://bugzilla.gnome.org/show_bug.cgi?id=734826
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/teststatusicon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c index cacfc20b26..c98c36115c 100755 --- a/tests/teststatusicon.c +++ b/tests/teststatusicon.c @@ -19,6 +19,7 @@ * Mark McLoughlin <mark@skynet.ie> */ +#define GDK_DISABLE_DEPRECATION_WARNINGS #include <gtk/gtk.h> #include <stdlib.h> |