diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-06 10:49:43 +0300 |
---|---|---|
committer | Jonas Ã…dahl <jadahl@gmail.com> | 2022-11-29 10:20:42 +0000 |
commit | 72605813bf627c922edbbaee4550e56b4a01447b (patch) | |
tree | d074d0565382d8d659676ff0de0f5ef82db57e0a | |
parent | 9bd70a3a87ce97790d49d46c3b1d0bbdc42a0a37 (diff) |
xdg-shell: add defunct_role_object error
Signed-off-by: Kirill Primak <vyivel@eclair.cafe>
-rw-r--r-- | stable/xdg-shell/xdg-shell.xml | 5 |
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> |