X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3cbab64109b007fa1d939fe588f5e79f9105b915..424da8bdb9f05243d8888d78a56ab0cc3f615a6c:/src/gtk1/win_gtk.c diff --git a/src/gtk1/win_gtk.c b/src/gtk1/win_gtk.c index f0734d3864..d23dd2dfd4 100644 --- a/src/gtk1/win_gtk.c +++ b/src/gtk1/win_gtk.c @@ -1,19 +1,19 @@ /* /////////////////////////////////////////////////////////////////////////// -// 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 +1202,3 @@ gtk_pizza_main_filter (GdkXEvent *gdk_xevent, #ifdef __cplusplus } #endif /* __cplusplus */ -