aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-05-05 16:34:35 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-07-24 11:28:31 +0200
commit6bd11ad0dfb11f8cf7e0ab5330cd2488851c5614 (patch)
treee19fefe24bfd0df60064702f7251e4d5175e2352 /protocols
parentfix crash when resizing tiled scratchpad windows (diff)
downloadsway-6bd11ad0dfb11f8cf7e0ab5330cd2488851c5614.tar.gz
sway-6bd11ad0dfb11f8cf7e0ab5330cd2488851c5614.tar.zst
sway-6bd11ad0dfb11f8cf7e0ab5330cd2488851c5614.zip
Add support for cursor-shape-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4106
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index e6fdec7d..b6fdec8c 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -13,6 +13,7 @@ protocols = [
13 wl_protocol_dir / 'unstable/tablet/tablet-unstable-v2.xml', 13 wl_protocol_dir / 'unstable/tablet/tablet-unstable-v2.xml',
14 wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', 14 wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml',
15 wl_protocol_dir / 'staging/content-type/content-type-v1.xml', 15 wl_protocol_dir / 'staging/content-type/content-type-v1.xml',
16 wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
16 'wlr-layer-shell-unstable-v1.xml', 17 'wlr-layer-shell-unstable-v1.xml',
17 'idle.xml', 18 'idle.xml',
18 'wlr-input-inhibitor-unstable-v1.xml', 19 'wlr-input-inhibitor-unstable-v1.xml',