diff options
author | Vaxry <[email protected]> | 2024-05-05 01:07:46 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-05 02:00:55 +0100 |
commit | 62eadad20fe10ffaf13d9c65ee68608996d93df0 (patch) | |
tree | 2a258a4d8e249c3bd2c511e409c23518d916b3f6 /CMakeLists.txt | |
parent | 0b215c5f246d3fde6c023e78b3e3579f7498c172 (diff) | |
download | Hyprland-62eadad20fe10ffaf13d9c65ee68608996d93df0.tar.gz Hyprland-62eadad20fe10ffaf13d9c65ee68608996d93df0.zip |
kde-server-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 9775098b..a4e400d1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -265,6 +265,7 @@ protocolNew("protocols/virtual-keyboard-unstable-v1.xml" "virtual-keyboard-unsta protocolNew("protocols/wlr-virtual-pointer-unstable-v1.xml" "wlr-virtual-pointer-unstable-v1" true) protocolNew("protocols/input-method-unstable-v2.xml" "input-method-unstable-v2" true) protocolNew("protocols/wlr-output-management-unstable-v1.xml" "wlr-output-management-unstable-v1" true) +protocolNew("protocols/kde-server-decoration.xml" "kde-server-decoration" true) protocolNew("staging/tearing-control/tearing-control-v1.xml" "tearing-control-v1" false) protocolNew("staging/fractional-scale/fractional-scale-v1.xml" "fractional-scale-v1" false) protocolNew("unstable/xdg-output/xdg-output-unstable-v1.xml" "xdg-output-unstable-v1" false) |