diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-03-17 20:12:47 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-03-17 20:12:47 +0000 |
commit | d142187b3856c756740ec2e2fa107a4603efcd23 (patch) | |
tree | ba2581fe2370afd66e97717dd8c816792939cdfb /gdk/win32/gdkevents-win32.c | |
parent | 9f513b1840a178a41f86e0fa26650d6b42f81bbb (diff) | |
download | gtk+-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/gdkevents-win32.c')
-rw-r--r-- | gdk/win32/gdkevents-win32.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c index 02c947447f..461d3a5538 100644 --- a/gdk/win32/gdkevents-win32.c +++ b/gdk/win32/gdkevents-win32.c @@ -28,11 +28,10 @@ #include "config.h" #include <stdio.h> -#include "gdk.h" +#include <gdk/gdk.h> +#include <gdk/gdkkeysyms.h> #include "gdkx.h" -#include "gdkprivate.h" #include "gdkinput.h" -#include "gdkkeysyms.h" #define PING() printf("%s: %d\n",__FILE__,__LINE__),fflush(stdout) |