diff options
author | Hans Breuer <hans@breuer.org> | 2002-06-10 21:58:00 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2002-06-10 21:58:00 +0000 |
commit | 6539a7d34c2d021fc704f8217de161c14f5833df (patch) | |
tree | a7acca8dd77b658777e6db3a44476ea949edae03 /gdk/makefile.msc | |
parent | 663ec013a4a4b09c4a26ca2fd4c348d6b7b8ea17 (diff) | |
download | gdk-pixbuf-6539a7d34c2d021fc704f8217de161c14f5833df.tar.gz |
added gdkdisplay and gdkscreen
2002-06-10 Hans Breuer <hans@breuer.org>
* gdk/makefile.msc : added gdkdisplay and gdkscreen
* gdk/win32/gdkdisplay-win32.c (gdk_open_display) :
need to gdk_screen_set_default_colormap(). Also un-static
some exported gdk_display_*() functions
* gdk/win32/gdkdrawable-win32.c : added "gdkscreen.h"
* gdk/win32/gdkscreen-win32.c : implement
gdk_screen_get_number, fixed typo, added rewuired headers
[merge from 2.0.x branch, should we really manifest
GtkPlug as being an X11 only thing this way? See #58541]
* gtk/gtkwindow.c (gtk_window_show): Conditionalize
GTK_IS_PLUG() check on GDK_WINDOWING_X11. (Problem
reported by Sven Neumann)
Diffstat (limited to 'gdk/makefile.msc')
-rw-r--r-- | gdk/makefile.msc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/makefile.msc b/gdk/makefile.msc index 831f9b3c8..43585424c 100644 --- a/gdk/makefile.msc +++ b/gdk/makefile.msc @@ -66,6 +66,7 @@ gdk_OBJECTS = \ gdk.obj \ gdkcolor.obj \ gdkcursor.obj \ + gdkdisplay.obj \ gdkdraw.obj \ gdkenumtypes.obj \ gdkevents.obj \ @@ -83,6 +84,7 @@ gdk_OBJECTS = \ gdkrectangle.obj \ gdkregion-generic.obj \ gdkrgb.obj \ + gdkscreen.obj \ gdkselection.obj \ gdkvisual.obj \ gdkwindow.obj |