]> Pileus Git - ~andy/gtk/commit
added gdkdisplay and gdkscreen
authorHans Breuer <hans@breuer.org>
Mon, 10 Jun 2002 21:58:00 +0000 (21:58 +0000)
committerHans Breuer <hans@src.gnome.org>
Mon, 10 Jun 2002 21:58:00 +0000 (21:58 +0000)
commit6539a7d34c2d021fc704f8217de161c14f5833df
treea7acca8dd77b658777e6db3a44476ea949edae03
parent663ec013a4a4b09c4a26ca2fd4c348d6b7b8ea17
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)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/makefile.msc
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkdrawable-win32.c
gdk/win32/gdkscreen-win32.c
gtk/gtkwindow.c