diff options
author | Markus Ongyerth <ongy@ongy.net> | 2019-05-10 08:36:19 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-09-26 19:41:19 +0300 |
commit | 2285e36b0c10db31ecaaf1130c24d3170c54583f (patch) | |
tree | c1f1ba595e5febd5517f5d30533dda6b29afc628 /protocol | |
parent | 57babd2e13e4d55230d63687aec0107156fd65f4 (diff) |
Add zwp-tablet-unstable-v2 client support
This allows wlroots based compositors to properly use graphic tablets
with the wayland backend.
This should be a decent quality of life improvement when working on
tablet related features.
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index b7a0241e..25694010 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -46,6 +46,7 @@ client_protocols = [ [wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'], [wl_protocol_dir, 'unstable/pointer-gestures/pointer-gestures-unstable-v1.xml'], [wl_protocol_dir, 'unstable/relative-pointer/relative-pointer-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/tablet/tablet-unstable-v2.xml'], [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v3.xml'], [wl_protocol_dir, 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml'], [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], |