summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2016-02-08 10:49:53 +0800
committerJonas Ådahl <jadahl@gmail.com>2016-08-15 10:25:31 +0800
commit2258fa64c992a4218a8b47e379d6f00d10b4042d (patch)
tree269e476a29483cef0b62d06a92ba119200657736
parent5f694ca7e4151a50ee108f43bce229f8d6caf928 (diff)
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>
-rw-r--r--unstable/xdg-shell/xdg-shell-unstable-v6.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/unstable/xdg-shell/xdg-shell-unstable-v6.xml b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
index a7294dc..858c13e 100644
--- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml
+++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
@@ -40,6 +40,7 @@
<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="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>
<request name="destroy" type="destructor">
@@ -133,6 +134,7 @@
<enum name="error">
<entry name="not_constructed" value="1"/>
<entry name="already_constructed" value="2"/>
+ <entry name="unconfigured_buffer" value="3"/>
</enum>
<request name="destroy" type="destructor">