Fixed compilo for GTK+1 (GDK_DISPLAY undeclared)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-05-25 08:07:21 +00:00
parent 005198fa7d
commit 06c093e8b0

View File

@ -29,7 +29,7 @@
#pragma message enable nosimpint
#endif
#ifdef __WXGTK20__
#ifdef __WXGTK__
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#endif