diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-20 21:48:46 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-05-18 10:22:22 +0200 |
commit | f89eb17d5561b39bfee5f611518a545624d0cc87 (patch) | |
tree | 82cc9fe6d29bb62c34a77d488dfc720391f36e5c /meson.build | |
parent | 14ae0a9b15b96db9a763a8381f18f9ea894ecfc0 (diff) |
cursor-shape-v1: new protocol
This is based on the Chromium protocol [1].
[1]: https://chromium.googlesource.com/chromium/src/+/main/third_party/wayland-protocols/unstable/cursor-shapes/cursor-shapes-unstable-v1.xml
Signed-off-by: Simon Ser <contact@emersion.fr>
Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/58
References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/21
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index b69ce2b..3b97f85 100644 --- a/meson.build +++ b/meson.build @@ -37,6 +37,7 @@ unstable_protocols = { staging_protocols = { 'content-type': ['v1'], + 'cursor-shape': ['v1'], 'drm-lease': ['v1'], 'ext-foreign-toplevel-list': ['v1'], 'ext-idle-notify': ['v1'], |