summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-06 10:49:43 +0300
committerJonas Ã…dahl <jadahl@gmail.com>2022-11-29 10:20:42 +0000
commit72605813bf627c922edbbaee4550e56b4a01447b (patch)
treed074d0565382d8d659676ff0de0f5ef82db57e0a
parent9bd70a3a87ce97790d49d46c3b1d0bbdc42a0a37 (diff)
downloadwayland-protocols-72605813bf627c922edbbaee4550e56b4a01447b.tar.gz
xdg-shell: add defunct_role_object error
Signed-off-by: Kirill Primak <vyivel@eclair.cafe>
-rw-r--r--stable/xdg-shell/xdg-shell.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index d01175d..6eb0a67 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -467,12 +467,15 @@
summary="Invalid serial number when acking a configure event"/>
<entry name="invalid_size" value="5"
summary="Width or height was zero or negative"/>
+ <entry name="defunct_role_object" value="6"
+ summary="Surface was destroyed before its role object"/>
</enum>
<request name="destroy" type="destructor">
<description summary="destroy the xdg_surface">
Destroy the xdg_surface object. An xdg_surface must only be destroyed
- after its role object has been destroyed.
+ after its role object has been destroyed, otherwise
+ a defunct_role_object error is raised.
</description>
</request>