mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-05 07:15:46 -04:00
protocol: Clarify semantics of wl_subsurface.set_position
Make it clear that multiple requests before commit are allowed and how it is handled. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
This commit is contained in:
parent
b5fb898e92
commit
47bbc6bb9c
1 changed files with 4 additions and 0 deletions
|
|
@ -1931,6 +1931,10 @@
|
||||||
The next wl_surface.commit on the parent surface will reset
|
The next wl_surface.commit on the parent surface will reset
|
||||||
the sub-surface's position to the scheduled coordinates.
|
the sub-surface's position to the scheduled coordinates.
|
||||||
|
|
||||||
|
If more than one set_position request is invoked by the client before
|
||||||
|
the commit of the parent surface, the position of a new request always
|
||||||
|
replaces the scheduled position from any previous request.
|
||||||
|
|
||||||
The initial position is 0, 0.
|
The initial position is 0, 0.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue