diff options
author | Vaxry <[email protected]> | 2024-04-21 20:04:58 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-21 20:04:58 +0100 |
commit | ed69502ff6e79a6dad213333b0bc3a15e2247942 (patch) | |
tree | 614601e075e4c8129a88449687212b26ac096b11 /CMakeLists.txt | |
parent | 4954dcbbb352a72d41b43a6ab107388c17a0b21b (diff) | |
download | Hyprland-ed69502ff6e79a6dad213333b0bc3a15e2247942.tar.gz Hyprland-ed69502ff6e79a6dad213333b0bc3a15e2247942.zip |
xdg-decoration: 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 009093ed..d0af966c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,6 +267,7 @@ protocolNew("unstable/xdg-output/xdg-output-unstable-v1.xml" "xdg-output-unstabl protocolNew("staging/cursor-shape/cursor-shape-v1.xml" "cursor-shape-v1" false) protocolNew("unstable/idle-inhibit/idle-inhibit-unstable-v1.xml" "idle-inhibit-unstable-v1" false) 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) # tools add_subdirectory(hyprctl) |