diff options
author | Vaxry <[email protected]> | 2024-04-22 18:21:03 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-22 18:21:03 +0100 |
commit | 741c75d907916d760163f910e65186d410e27874 (patch) | |
tree | e0170d0418418b20dc9fc5f96bb3b0c3bc9e4c58 /CMakeLists.txt | |
parent | dafc9ed4eb225e87d09cc92273dd390b8a15dbd0 (diff) | |
download | Hyprland-741c75d907916d760163f910e65186d410e27874.tar.gz Hyprland-741c75d907916d760163f910e65186d410e27874.zip |
gamma-control: move to new impl
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b530b86b..d8aed5f2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -269,6 +269,7 @@ protocolNew("unstable/idle-inhibit/idle-inhibit-unstable-v1.xml" "idle-inhibit-u protocolNew("unstable/relative-pointer/relative-pointer-unstable-v1.xml" "relative-pointer-unstable-v1" false) protocolNew("unstable/xdg-decoration/xdg-decoration-unstable-v1.xml" "xdg-decoration-unstable-v1" false) protocolNew("staging/alpha-modifier/alpha-modifier-v1.xml" "alpha-modifier-v1" false) +protocolNew("protocols/wlr-gamma-control-unstable-v1.xml" "wlr-gamma-control-unstable-v1" true) # tools add_subdirectory(hyprctl) |