Configure now generates a gdkconfig.h file, in similar way as GLib's

configure generates glibconfig.h. Currently it only defines what
windowing API GDK uses, and on Unix (where configure scripts are
used), it's always X11...

Include gdkconfig.h in gdktypes.h.

gdkconfig.h is installed in @libdir@/gtk+/include (like glibconfig.h
is in @libdir@/glib/include). (This might be debatable?) Add that to
gtk-config --cflags.

Merge in Win32 changes to gtkfontsel.c
This commit is contained in:
Tor Lillqvist
1999-03-13 16:40:24 +00:00
parent 0d81100af3
commit a3c5d33f26
13 changed files with 485 additions and 49 deletions

3
gdk/win32/gdkconfig.h Normal file
View File

@ -0,0 +1,3 @@
/* Handcrafted for Win32 */
#define GDK_WINDOWING GDK_WINDOWING_WIN32