mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 08:46:26 -05:00
0a863b8c2b
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. |
||
---|---|---|
.. | ||
mutter | ||
compositor-private.h | ||
compositor-xrender.c | ||
compositor-xrender.h | ||
compositor.c |