mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-01-03 16:20:17 +01:00
xdg-decoration: add invalid_mode error
There is no error defined for invalid mode values. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
4878e025a5
commit
df2b5e5e7b
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,7 @@
|
|||
summary="xdg_toplevel already has a decoration object"/>
|
||||
<entry name="orphaned" value="2"
|
||||
summary="xdg_toplevel destroyed before the decoration object"/>
|
||||
<entry name="invalid_mode" value="3" summary="invalid mode"/>
|
||||
</enum>
|
||||
|
||||
<request name="destroy" type="destructor">
|
||||
|
|
@ -127,6 +128,9 @@
|
|||
Such clients are responsible for preventing configure loops and must
|
||||
make sure not to send multiple successive set_mode requests with the
|
||||
same decoration mode.
|
||||
|
||||
If an invalid mode is supplied by the client, the invalid_mode protocol
|
||||
error is raised by the compositor.
|
||||
</description>
|
||||
<arg name="mode" type="uint" enum="mode" summary="the decoration mode"/>
|
||||
</request>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue