From: Mart Raudsepp Date: Tue, 4 Apr 2006 19:34:38 +0000 (+0000) Subject: Add GDK_PIXBUF_DISABLE_DEPRECATED, it should build with it now. Will keep an eye... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/042bcad45ea579990b380d753d469331658a4bc2 Add GDK_PIXBUF_DISABLE_DEPRECATED, it should build with it now. Will keep an eye on the tinderbox at a reasonable interval. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 537c94c0d7..9a8669a76b 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2879,6 +2879,7 @@ typedef GtkWidget *WXWidget; #ifdef __WXGTK20__ #define G_DISABLE_DEPRECATED #define PANGO_DISABLE_DEPRECATED +#define GDK_PIXBUF_DISABLE_DEPRECATED #ifndef __VMS /* GtkCombo is not defined on VMS if this is defined */ # define GTK_DISABLE_DEPRECATED