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;