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 /protocols | |
parent | 69fae18e636ed154798c21ed5c1127672127c6ac (diff) | |
download | Hyprland-01f85a09a981eb6c8784d459f729d418c0dd19e3.tar.gz Hyprland-01f85a09a981eb6c8784d459f729d418c0dd19e3.zip |
xwayland: send zero scaling to xwayland if enabled
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index e9934d0d..29634542 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -22,6 +22,7 @@ protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], [wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'], [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], ['wlr-foreign-toplevel-management-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], |