Skip to content
  • Tor Lillqvist's avatar
    List the three theme gtkrc files separately, zip doesn't do anything if · f8ef369e
    Tor Lillqvist authored
    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.
    f8ef369e