After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580042 - Allow setting input region before output window is created
Allow setting input region before output window is created
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-23 21:54 UTC by Owen Taylor
Modified: 2009-04-24 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow setting input region before output window is created (7.93 KB, patch)
2009-04-23 21:54 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-04-23 21:54:53 UTC
If mutter_plugin_set_stage_input_region() and related methods are
called before the output window is available, save the set input
region and apply it to the output window later on.

compository-mutter.[ch]: Add mutter_set_stage_input_region() and
mutter_empty_stage_input_region(), move the input region handling
here and implement the delayed shape setting described
above.

mutter-plugin.c: Implement shape setting in terms of the new methods.
Comment 1 Owen Taylor 2009-04-23 21:54:55 UTC
Created attachment 133223 [details] [review]
Allow setting input region before output window is created
Comment 2 Owen Taylor 2009-04-24 14:02:06 UTC
Pushed to master on git.gnome.org. (Thanks for looking the patches over, Tomas)