summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkvisual-win32.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-03-17 20:12:47 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-03-17 20:12:47 +0000
commitd142187b3856c756740ec2e2fa107a4603efcd23 (patch)
treeba2581fe2370afd66e97717dd8c816792939cdfb /gdk/win32/gdkvisual-win32.c
parent9f513b1840a178a41f86e0fa26650d6b42f81bbb (diff)
downloadgdk-pixbuf-d142187b3856c756740ec2e2fa107a4603efcd23.tar.gz
Fixes to the win32 backend to actually be able to compile within a
directory hierarchy like this, with common gdk.h and gdktypes.h for all backends. gdkrectangles.c and gdkrgb.c is copied before compilation from the x11 backed (which still is in .., but eventually will be in ..\x11).
Diffstat (limited to 'gdk/win32/gdkvisual-win32.c')
-rw-r--r--gdk/win32/gdkvisual-win32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/win32/gdkvisual-win32.c b/gdk/win32/gdkvisual-win32.c
index e207fde7b..70f513c4e 100644
--- a/gdk/win32/gdkvisual-win32.c
+++ b/gdk/win32/gdkvisual-win32.c
@@ -26,8 +26,7 @@
#include "config.h"
-#include "gdk.h"
-#include "gdkprivate.h"
+#include <gdk/gdk.h>
#include "gdkx.h"
static void gdk_visual_add (GdkVisual *visual);