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 /CMakeLists.txt | |
parent | 1e513e25d5645260a2ebdfbe8dbf3b8df487339c (diff) | |
download | Hyprland-88b63a00b68350d6d001445357a2582ab5975f9c.tar.gz Hyprland-88b63a00b68350d6d001445357a2582ab5975f9c.zip |
renderer: Tearing implementation (#3441)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a52c798a..b3bc5526 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,5 +218,6 @@ protocol("stable/xdg-shell/xdg-shell.xml" "xdg-shell" false) protocol("unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml" "linux-dmabuf-unstable-v1" false) protocol("unstable/xdg-output/xdg-output-unstable-v1.xml" "xdg-output-unstable-v1" false) protocol("staging/fractional-scale/fractional-scale-v1.xml" "fractional-scale-v1" false) +protocol("staging/tearing-control/tearing-control-v1.xml" "tearing-control-v1" false) protocol("unstable/text-input/text-input-unstable-v1.xml" "text-input-unstable-v1" false) protocol("staging/cursor-shape/cursor-shape-v1.xml" "cursor-shape-v1" false) |