diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-18 15:09:37 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:50:09 -0400 |
commit | b31ce4220cea6acede2ae2af1b19a3a7d4b81fc6 (patch) | |
tree | 53d07ebecc27cbe9c521b5f3843d656bce330045 /protocol | |
parent | 88eec637a44ede8b521c2aa44d0196c99dd5a0e3 (diff) |
Add broken test client and rootston stubs
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> |