diff options
Diffstat (limited to 'gdk/x11/gdkgeometry-x11.c')
-rw-r--r-- | gdk/x11/gdkgeometry-x11.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdk/x11/gdkgeometry-x11.c b/gdk/x11/gdkgeometry-x11.c index a7b14841a2..83a899561c 100644 --- a/gdk/x11/gdkgeometry-x11.c +++ b/gdk/x11/gdkgeometry-x11.c @@ -25,7 +25,7 @@ #include "gdkscreen-x11.h" #include "gdkdisplay-x11.h" #include "gdkwindow-x11.h" -#include "gdkalias.h" + typedef struct _GdkWindowQueueItem GdkWindowQueueItem; typedef struct _GdkWindowParentPos GdkWindowParentPos; @@ -317,6 +317,3 @@ _gdk_window_process_expose (GdkWindow *window, cairo_region_destroy (invalidate_region); } - -#define __GDK_GEOMETRY_X11_C__ -#include "gdkaliasdef.c" |