summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2022-10-20 23:31:33 +0200
committerSimon Ser <contact@emersion.fr>2023-01-16 10:09:32 +0000
commit9700155edaae37bf91b55b58c1c2adf2ed142282 (patch)
tree593db5c5a44af9360565c52401434b0b35b1d647
parentb27961e48d83203e699905b339d2f290c8379cc2 (diff)
downloadwayland-9700155edaae37bf91b55b58c1c2adf2ed142282.tar.gz
protocol: wl_subsurface::destroy does not remove the role
Role assigned to wl_surface cannot be removed. Delete contradicting text from wl_subsurface::destroy documentation. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
-rw-r--r--protocol/wayland.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 440ecd8..6702bed 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -2961,8 +2961,7 @@
The sub-surface interface is removed from the wl_surface object
that was turned into a sub-surface with a
wl_subcompositor.get_subsurface request. The wl_surface's association
- to the parent is deleted, and the wl_surface loses its role as
- a sub-surface. The wl_surface is unmapped immediately.
+ to the parent is deleted. The wl_surface is unmapped immediately.
</description>
</request>