mutter/src/compositor
Marina Zhurakhinskaya 0a863b8c2b Handle input area set to full screen or reset during start-up
info->pending_input_region needed to be destroyed in
mutter_set_stage_input_region() before it was set to something
else or before it was reset to be full screen (region == None).

Set the initial input area to an empty region by
setting info->pending_input_region to an empty region by default
and setting it to None or a new region if a new input region is
specified.

Remove show_overlay_window() function that was used to set an empty
input region on start-up, and uses a call to do_set_stage_input_region()
with info->pending_input_region as an argument instead.
2009-06-19 16:48:44 -04:00
..
mutter Handle input area set to full screen or reset during start-up 2009-06-19 16:48:44 -04:00
compositor-private.h Filter out events handled before the plugin before they get GTK+ 2008-11-22 13:07:32 -05:00
compositor-xrender.c Fix _XOPEN_SOURCE compilation problems on Solaris 2009-06-12 14:50:15 -04:00
compositor-xrender.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
compositor.c Filter out events handled before the plugin before they get GTK+ 2008-11-22 13:07:32 -05:00