]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtklayout.c
Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they
[~andy/gtk] / gtk / gtklayout.c
index 72fca31af37214ccf910a6e6d820e4cdd84bfbe4..b98aeadf38008b1212393329123a83826ac21b27 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#include "gdkx.h"
+#include "gdkconfig.h"
+
+#if defined (GDK_WINDOWING_X11)
+#include "x11/gdkx.h"
+#elif defined (GDK_WINDOWING_WIN32)
+#include "win32/gdkwin32.h"
+#endif
 
 #include "gtklayout.h"
 #include "gtksignal.h"