summaryrefslogtreecommitdiff
path: root/tests/testinput.c
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-16 18:45:53 +0200
committerChristian Dywan <christian@twotoasts.de>2009-10-16 18:45:53 +0200
commit06603435a2fa1dc03e4729df6fb3fe482af83e00 (patch)
tree6e517b0c2b6ad24a05f5812a3e1805e1b1b30db1 /tests/testinput.c
parent8e6dbff2b0198efc98332dc430ea2fc2e50fbb9e (diff)
downloadgtk+-06603435a2fa1dc03e4729df6fb3fe482af83e00.tar.gz
Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compiling
Diffstat (limited to 'tests/testinput.c')
-rw-r--r--tests/testinput.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testinput.c b/tests/testinput.c
index 4734284b96..96b66f4602 100644
--- a/tests/testinput.c
+++ b/tests/testinput.c
@@ -24,6 +24,8 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#undef GTK_DISABLE_DEPRECATED
+
#include "config.h"
#include <stdio.h>
#include "gtk/gtk.h"