]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compilo for GTK+1 (GDK_DISPLAY undeclared)
authorJulian Smart <julian@anthemion.co.uk>
Tue, 25 May 2004 08:07:21 +0000 (08:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 25 May 2004 08:07:21 +0000 (08:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsx11.cpp

index a5e49b887093eef4336c616f5f056b23866f3f7b..8f2f8eb8ad6e7ca90015f6d422c6e3222c1c23c2 100644 (file)
@@ -29,7 +29,7 @@
 #pragma message enable nosimpint
 #endif
 
-#ifdef __WXGTK20__
+#ifdef __WXGTK__
 #include <gdk/gdk.h>
 #include <gdk/gdkx.h>
 #endif