From 06603435a2fa1dc03e4729df6fb3fe482af83e00 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 16 Oct 2009 18:45:53 +0200 Subject: [PATCH] Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compiling --- tests/testinput.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include "gtk/gtk.h"