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 695813 - compositor: Fix crash when adding a window with an opaque region
compositor: Fix crash when adding a window with an opaque region
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-14 02:37 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2013-03-14 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
compositor: Fix crash when adding a window with an opaque region (1.16 KB, patch)
2013-03-14 02:37 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2013-03-14 02:37:45 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.
Comment 1 Jasper St. Pierre (not reading bugmail) 2013-03-14 02:37:47 UTC
Created attachment 238837 [details] [review]
compositor: Fix crash when adding a window with an opaque region
Comment 2 Owen Taylor 2013-03-14 15:30:14 UTC
Review of attachment 238837 [details] [review]:

Looks good
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-03-14 15:35:35 UTC
Attachment 238837 [details] pushed as 1f905bd - compositor: Fix crash when adding a window with an opaque region