]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/win_gtk.c
fix building with WXWIN_COMPATIBILITY_2_8 == 0
[wxWidgets.git] / src / gtk1 / win_gtk.c
index f0734d386485519d5ddafcc42dbba19dea2ad626..7ac199dedc1d35f922fb7670e73865bef0259699 100644 (file)
@@ -1,19 +1,18 @@
 /* ///////////////////////////////////////////////////////////////////////////
-// Name:        win_gtk.c
+// Name:        src/gtk1/win_gtk.c
 // Purpose:     Native GTK+ widget for wxWidgets, based on GtkLayout and
 //              GtkFixed. It makes use of the gravity window property and
 //              therefore does not work with GTK 1.0.
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////// */
 
 #ifdef VMS
 #define XCheckIfEvent XCHECKIFEVENT
 #endif
 
-#include "wx/setup.h"
+#include "wx/platform.h"
 #include "wx/gtk1/win_gtk.h"
 #include "gtk/gtksignal.h"
 #include "gtk/gtkprivate.h"
@@ -1202,4 +1201,3 @@ gtk_pizza_main_filter (GdkXEvent *gdk_xevent,
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
-