GNOME Bugzilla – Bug 695813
compositor: Fix crash when adding a window with an opaque region
Last modified: 2013-03-14 15:35:38 UTC
If _NET_WM_OPAQUE_REGION is set when the window is first mapped, the initial load_properties will happen before the window actor is created, and we'll have a call to meta_compositor_window_shape_changed. Just fizzle this call out instead of doing anything fancy, as we'll pick up the opaque region when the window actor is eventually created.
Created attachment 238837 [details] [review] compositor: Fix crash when adding a window with an opaque region
Review of attachment 238837 [details] [review]: Looks good
Attachment 238837 [details] pushed as 1f905bd - compositor: Fix crash when adding a window with an opaque region