aboutsummaryrefslogtreecommitdiff
path: root/protocol/wlr-layer-shell-unstable-v1.xml
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-17 19:11:14 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-27 18:50:09 -0400
commitb06105b564541680ef2feb27eef626aaca4852c0 (patch)
tree42815f73cb20e5dfdbb2c932239b217673fde91d /protocol/wlr-layer-shell-unstable-v1.xml
parent3ba57fccd1f0c66b9cbf3d70e73776b11c405ee8 (diff)
Implement layer surface requests
Diffstat (limited to 'protocol/wlr-layer-shell-unstable-v1.xml')
-rw-r--r--protocol/wlr-layer-shell-unstable-v1.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/protocol/wlr-layer-shell-unstable-v1.xml b/protocol/wlr-layer-shell-unstable-v1.xml
index 494b29ca..29ba9dd4 100644
--- a/protocol/wlr-layer-shell-unstable-v1.xml
+++ b/protocol/wlr-layer-shell-unstable-v1.xml
@@ -131,10 +131,10 @@
Margin is double-buffered, see wl_surface.commit.
</description>
- <arg name="top" type="int"/>
- <arg name="right" type="int"/>
- <arg name="bottom" type="int"/>
- <arg name="left" type="int"/>
+ <arg name="top" type="uint"/>
+ <arg name="right" type="uint"/>
+ <arg name="bottom" type="uint"/>
+ <arg name="left" type="uint"/>
</request>
<request name="get_popup">
@@ -217,6 +217,8 @@
<enum name="error">
<entry name="invalid_input_device" value="0" summary="input device bitfield is invalid"/>
<entry name="invalid_anchor" value="1" summary="anchor bitfield is invalid"/>
+ <entry name="invalid_surface_state" value="2"
+ summary="the client provided an invalid surface state"/>
</enum>
<enum name="anchor" bitfield="true">