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 750256 - MetaWaylandSurface: Create the window when creating wl_shell_surface
MetaWaylandSurface: Create the window when creating wl_shell_surface
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-06-02 01:00 UTC by Jonas Ådahl
Modified: 2015-06-02 02:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MetaWaylandSurface: Create the window when creating wl_shell_surface (1.54 KB, patch)
2015-06-02 01:00 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2015-06-02 01:00:21 UTC
Some clients will do things like set_toplevel before committing the
buffer, so we need to have a window to manipulate before that.
Comment 1 Jonas Ådahl 2015-06-02 01:00:27 UTC
Created attachment 304396 [details] [review]
MetaWaylandSurface: Create the window when creating wl_shell_surface
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-06-02 02:24:56 UTC
Review of attachment 304396 [details] [review]:

Yeah, I guess this makes sense. Thank you.
Comment 3 Jonas Ådahl 2015-06-02 02:29:09 UTC
Attachment 304396 [details] pushed as 64cf87c - MetaWaylandSurface: Create the window when creating wl_shell_surface