diff options
| author | Kirill Primak <vyivel@eclair.cafe> | 2023-10-23 11:14:02 +0300 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2023-11-21 15:54:58 +0000 |
| commit | 82d8b21827c4f58013a4061fb3c813d9ae80407e (patch) | |
| tree | 49eb53b6496a0a6c0efa72531a7d6fc2e2e95773 /protocol/wayland.xml | |
| parent | protocol: clarify defaults with wl_compositor@v6 (diff) | |
| download | wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.tar wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.tar.gz wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.tar.bz2 wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.tar.lz wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.tar.xz wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.tar.zst wayland-82d8b21827c4f58013a4061fb3c813d9ae80407e.zip | |
protocol: improve wl_subsurface.{set_position,place_above} description
Don't mention when the parent surface state is applied; the parent
surface isn't necessarily a sub-surface.
Signed-off-by: Kirill Primak <vyivel@eclair.cafe>
Diffstat (limited to 'protocol/wayland.xml')
| -rw-r--r-- | protocol/wayland.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b4141fc..37a7603 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -3103,9 +3103,7 @@ surface area. Negative values are allowed. The scheduled coordinates will take effect whenever the state of the - parent surface is applied. When this happens depends on whether the - parent surface is in synchronized mode or not. See - wl_subsurface.set_sync and wl_subsurface.set_desync for details. + parent surface is applied. 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 @@ -3128,9 +3126,7 @@ The z-order is double-buffered. Requests are handled in order and applied immediately to a pending state. The final pending state is copied to the active state the next time the state of the parent - surface is applied. When this happens depends on whether the parent - surface is in synchronized mode or not. See wl_subsurface.set_sync and - wl_subsurface.set_desync for details. + surface is applied. A new sub-surface is initially added as the top-most in the stack of its siblings and parent. |
