diff options
author | Vaxry <[email protected]> | 2024-04-20 14:14:54 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-20 14:19:16 +0100 |
commit | ea47e8c92ae283c4b41be0aafbdad9b0701a1624 (patch) | |
tree | 30d064d286864e95c0886cf6177f01d1a41ace64 /protocols | |
parent | ea954494024cb596aaf9a40c77c3e0fcaf0e0322 (diff) | |
download | Hyprland-ea47e8c92ae283c4b41be0aafbdad9b0701a1624.tar.gz Hyprland-ea47e8c92ae283c4b41be0aafbdad9b0701a1624.zip |
Fractional-scale: move to new impl
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 76dbcacb..a429f7a9 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -28,7 +28,6 @@ protocols = [ [wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'], [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'], @@ -43,6 +42,7 @@ protocols = [ new_protocols = [ [wl_protocol_dir, 'staging/tearing-control/tearing-control-v1.xml'], + [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], ] wl_protos_src = [] |