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).
This commit is contained in:
Tor Lillqvist
1999-03-17 20:12:47 +00:00
parent 9f513b1840
commit d142187b38
47 changed files with 72 additions and 5727 deletions

View File

@ -25,7 +25,7 @@
*/
#include <stdio.h>
#include "gdk.h"
#include <gdk/gdk.h>
#include "gdkprivate.h"
guint gdk_debug_flags = 0;