]> Pileus Git - ~andy/gtk/commit
List the three theme gtkrc files separately, zip doesn't do anything if
authorTor Lillqvist <tml@iki.fi>
Fri, 3 Sep 2004 01:27:57 +0000 (01:27 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 3 Sep 2004 01:27:57 +0000 (01:27 +0000)
commitf8ef369e7844fcfec03ae45c22ab77b61073a716
tree6f27e086d0c3d90f9aea09e3fcf396ae93de8cc1
parentf96b1284706d85aefdb99d5f4bebb20c675e6f66
List the three theme gtkrc files separately, zip doesn't do anything if

2004-09-03  Tor Lillqvist  <tml@iki.fi>

* gtk-zip.sh.in: List the three theme gtkrc files separately, zip
doesn't do anything if one of the files on its command line
doesn't exist.

Handle changes of screen resolution on Win32. (#151581, reported by
Arjohn Kampman)

* gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_init,
_gdk_root_window_size_init): Factor out setting the root window's
size (as the size of the union of all monitors) to a new function.

* gdk/win32/gdkdisplay-win32.c (gdk_display_open,
_gdk_monitor_init): Factor out the monitor query to a new
function.

* gdk/win32/gdkprivate-win32.h: Declare above new functions.

* gdk/win32/gdkevents-win32.c (gdk_event_translate,
handle_display_change): Handle WM_DISPLAYCHANGE by calling the
above two functions, and emitting the "size_changed" signal on our
(only) GdkScreen.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkevents-win32.c
gdk/win32/gdkglobals-win32.c
gdk/win32/gdkprivate-win32.h
gdk/win32/gdkwindow-win32.c
gtk-zip.sh.in