diff options
author | Vaxry <[email protected]> | 2024-05-03 00:31:48 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-03 00:31:48 +0100 |
commit | 6aa2d123ae2a601a1775486f6988385124de9369 (patch) | |
tree | b72c13eb2e3b1834793886d1ba744f3a6116185b /CMakeLists.txt | |
parent | a3ca016d42283ce1d2d5ffca40b93123b4290f4b (diff) | |
download | Hyprland-6aa2d123ae2a601a1775486f6988385124de9369.tar.gz Hyprland-6aa2d123ae2a601a1775486f6988385124de9369.zip |
virtual-keyboard: 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 675844e0..d485977c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,6 +261,7 @@ protocol("unstable/text-input/text-input-unstable-v1.xml" "text-input-unstable-v protocolNew("protocols/wlr-gamma-control-unstable-v1.xml" "wlr-gamma-control-unstable-v1" true) protocolNew("protocols/wlr-foreign-toplevel-management-unstable-v1.xml" "wlr-foreign-toplevel-management-unstable-v1" true) protocolNew("protocols/wlr-output-power-management-unstable-v1.xml" "wlr-output-power-management-unstable-v1" true) +protocolNew("protocols/virtual-keyboard-unstable-v1.xml" "virtual-keyboard-unstable-v1" true) protocolNew("protocols/input-method-unstable-v2.xml" "input-method-unstable-v2" 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) |