Skip to content
Commit 3acad73c authored by Mike Blumenkrantz's avatar Mike Blumenkrantz Committed by Jonas Ådahl
Browse files

xdg-shell: clarify xdg_surface creation semantics regarding buffers



this change ensures that the client will set its initial state
before performing any drawing, ensuring that there is no mismatch
when creating a surface with a non-default state
(eg. maximize, fullscreen, ...)

looking at the following event flows:
1) wl_surface.attach, wl_surface.commit, xdg_shell.get_xdg_surface

2) wl_surface.attach, xdg_shell.get_xdg_surface, wl_surface.commit

3) xdg_shell.get_xdg_surface, wl_surface.commit, xdg_surface.configure,
   wl_surface.attach, wl_surface.commit

only 3) is now valid, while 1) and 2) will trigger errors as a result
of handling buffers prior to creating the xdg surface

Signed-off-by: default avatarMike Blumenkrantz <zmike@osg.samsung.com>
Signed-off-by: default avatarJonas Ådahl <jadahl@gmail.com>
Reviewed-by: default avatarJasper St. Pierre <jstpierre@mecheye.net>
Reviewed-by: default avatarBryce Harrington <bryce@osg.samsung.com>
parent 57592798
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment