diff options
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 | ||||
-rw-r--r-- | protocol/wlr-layer-shell-unstable-v1.xml | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 8c8a7c0e..a41fdec3 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -39,6 +39,7 @@ client_protocols = [ [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'], 'idle.xml', 'screenshooter.xml', + 'wlr-layer-shell-unstable-v1.xml', ] wl_protos_src = [] diff --git a/protocol/wlr-layer-shell-unstable-v1.xml b/protocol/wlr-layer-shell-unstable-v1.xml index 285c9b8f..c4f2a7e3 100644 --- a/protocol/wlr-layer-shell-unstable-v1.xml +++ b/protocol/wlr-layer-shell-unstable-v1.xml @@ -222,9 +222,8 @@ </event> <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" + <entry name="invalid_anchor" value="0" summary="anchor bitfield is invalid"/> + <entry name="invalid_surface_state" value="1" summary="the client provided an invalid surface state"/> </enum> |