]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox...
authorMart Raudsepp <leio@gentoo.org>
Mon, 20 Feb 2006 21:34:42 +0000 (21:34 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 20 Feb 2006 21:34:42 +0000 (21:34 +0000)
the declarations and inclusions related to this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index ade8f25bc9e1499719e01d004bfc53c3cfe5b07f..183929d0f3e4882d7d2fbc706548ff770cb435c1 100644 (file)
@@ -2873,6 +2873,7 @@ typedef GtkWidget *WXWidget;
 #ifdef __WXGTK20__
 #define G_DISABLE_DEPRECATED
 #define PANGO_DISABLE_DEPRECATED
+#define GTK_DISABLE_DEPRECATED
 #endif
 
 #endif /*  __WXGTK__ */