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 738912 - wayland: Don't try to create a subsurface again
wayland: Don't try to create a subsurface again
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-10-21 08:11 UTC by Bastien Nocera
Modified: 2014-10-21 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: Don't try to create a subsurface again (972 bytes, patch)
2014-10-21 08:11 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-10-21 08:11:07 UTC
.
Comment 1 Bastien Nocera 2014-10-21 08:11:11 UTC
Created attachment 289007 [details] [review]
wayland: Don't try to create a subsurface again

We already did that inside gdk_wayland_window_create_surface() that's
called 2 lines above.
Comment 2 Carlos Garnacho 2014-10-21 10:11:04 UTC
Comment on attachment 289007 [details] [review]
wayland: Don't try to create a subsurface again

Oops. The second time it should just bail out, but it makes sense not trying twice.
Comment 3 Bastien Nocera 2014-10-21 10:56:21 UTC
Attachment 289007 [details] pushed as 4af0379 - wayland: Don't try to create a subsurface again