From: Ove Kaaven Date: Wed, 19 Jul 2000 08:26:42 +0000 (+0000) Subject: Replaced WXGTK13 with WXGTK20 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/10ca1c14599d3c7fb935fb7cb51f6eb501a90ef6?ds=sidebyside Replaced WXGTK13 with WXGTK20 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index c5bba8db2c..6f4be1ef8d 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1894,7 +1894,7 @@ typedef struct _GdkColor GdkColor; typedef struct _GdkColormap GdkColormap; typedef struct _GdkFont GdkFont; typedef struct _GdkGC GdkGC; -#ifdef __WXGTK13__ +#ifdef __WXGTK20__ typedef struct _GdkDrawable GdkWindow; typedef struct _GdkDrawable GdkBitmap; typedef struct _GdkDrawable GdkPixmap;