[gtk+] Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compiling



commit 06603435a2fa1dc03e4729df6fb3fe482af83e00
Author: Christian Dywan <christian twotoasts de>
Date:   Fri Oct 16 18:45:53 2009 +0200

    Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compiling

 tests/testinput.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/testinput.c b/tests/testinput.c
index 4734284..96b66f4 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]