diff options
author | vaxerski <[email protected]> | 2023-06-23 21:14:04 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-06-23 21:42:44 +0200 |
commit | 01f85a09a981eb6c8784d459f729d418c0dd19e3 (patch) | |
tree | 7539008648c010ec5e188f5104ebc94e4ccb0690 /CMakeLists.txt | |
parent | 69fae18e636ed154798c21ed5c1127672127c6ac (diff) | |
download | Hyprland-01f85a09a981eb6c8784d459f729d418c0dd19e3.tar.gz Hyprland-01f85a09a981eb6c8784d459f729d418c0dd19e3.zip |
xwayland: send zero scaling to xwayland if enabled
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 b5943e74..de745527 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,5 +197,6 @@ protocol("subprojects/hyprland-protocols/protocols/hyprland-global-shortcuts-v1. protocol("subprojects/hyprland-protocols/protocols/hyprland-toplevel-export-v1.xml" "hyprland-toplevel-export-v1" true) 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("unstable/text-input/text-input-unstable-v1.xml" "text-input-unstable-v1" false) |