mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 21:00:09 +01:00
xdg-shell: Add error codes for invalid surface state
Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Mike Blumenkrantz <zmike@osg.samsung.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> Acked-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
5f694ca7e4
commit
2258fa64c9
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
<entry name="defunct_surfaces" value="1" summary="xdg_shell was destroyed before children"/>
|
<entry name="defunct_surfaces" value="1" summary="xdg_shell was destroyed before children"/>
|
||||||
<entry name="not_the_topmost_popup" value="2" summary="the client tried to map or destroy a non-topmost popup"/>
|
<entry name="not_the_topmost_popup" value="2" summary="the client tried to map or destroy a non-topmost popup"/>
|
||||||
<entry name="invalid_popup_parent" value="3" summary="the client specified an invalid popup parent surface"/>
|
<entry name="invalid_popup_parent" value="3" summary="the client specified an invalid popup parent surface"/>
|
||||||
|
<entry name="invalid_surface_state" value="4" summary="the client provided an invalid surface state"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<request name="destroy" type="destructor">
|
<request name="destroy" type="destructor">
|
||||||
|
|
@ -133,6 +134,7 @@
|
||||||
<enum name="error">
|
<enum name="error">
|
||||||
<entry name="not_constructed" value="1"/>
|
<entry name="not_constructed" value="1"/>
|
||||||
<entry name="already_constructed" value="2"/>
|
<entry name="already_constructed" value="2"/>
|
||||||
|
<entry name="unconfigured_buffer" value="3"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<request name="destroy" type="destructor">
|
<request name="destroy" type="destructor">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue