diff options
Diffstat (limited to 'protocol/wlr-layer-shell-unstable-v1.xml')
-rw-r--r-- | protocol/wlr-layer-shell-unstable-v1.xml | 10 |
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"> |