Skip to content
  • Tor Lillqvist's avatar
    Merge from stable: · 5cd59c1c
    Tor Lillqvist authored
    2003-12-14  Tor Lillqvist  <tml@iki.fi>
    
    	Merge from stable:
    
    	* gdk/gdkdisplaymanager.c: Mark default_display static.
    
    	* gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
    
    	* gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
    	output.
    
    	* gdk/win32/gdkevents-win32.c: Clean up the debugging output from
    	--gdk-debug=events. In general, output just one line of debugging
    	output for each Windows message, plus one line for each GDK event
    	generated. Indent all lines according to window procedure nesting
    	level.
    
    	(inner_window_procedure): Rename from real_window_procedure.
    
    	(find_real_window_for_grabbed_mouse_event): Don't get misled when
    	the point is in the non-client (decoration) area of the window
    	returned by WindowFromPoint(). Return the root window in that
    	case.
    
    	(build_pointer_event_state): Test also MK_XBUTTON1 and
    	MK_XBUTTON2 (buttons 4 and 5).
    
    	(synthesize_enter_event): Track the mouse leaving the window in
    	the event being generated, not the one mentio...
    5cd59c1c