diff options
author | Vaxry <[email protected]> | 2023-09-28 21:48:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-28 21:48:33 +0100 |
commit | 88b63a00b68350d6d001445357a2582ab5975f9c (patch) | |
tree | a730d59c70e5987eae8006fd5b0eb4ef531113dc /protocols | |
parent | 1e513e25d5645260a2ebdfbe8dbf3b8df487339c (diff) | |
download | Hyprland-88b63a00b68350d6d001445357a2582ab5975f9c.tar.gz Hyprland-88b63a00b68350d6d001445357a2582ab5975f9c.zip |
renderer: Tearing implementation (#3441)
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 60ae20cb..cc111e98 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -25,6 +25,7 @@ protocols = [ [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'], + [wl_protocol_dir, 'staging/tearing-control/tearing-control-v1.xml'], ['wlr-foreign-toplevel-management-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], ['wlr-output-power-management-unstable-v1.xml'], |