diff options
author | vaxerski <[email protected]> | 2023-07-24 18:50:17 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-07-24 18:50:17 +0200 |
commit | f5913135c638997f8c13a52d0760803947ae3889 (patch) | |
tree | 001ee05c5414d2d6d311d01427578dd352a31bb4 /protocols | |
parent | 76d4a50af3db7f2123d580eb7520f5b2956f261f (diff) | |
download | Hyprland-f5913135c638997f8c13a52d0760803947ae3889.tar.gz Hyprland-f5913135c638997f8c13a52d0760803947ae3889.zip |
input: add support for cursor-shape-v1
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 29634542..02e0c95a 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -24,6 +24,7 @@ protocols = [ [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], + [wl_protocol_dir, 'staging/cursor-shape/cursor-shape-v1.xml'], ['wlr-foreign-toplevel-management-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], ['wlr-output-power-management-unstable-v1.xml'], |