aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorProgAndy <code@progandy.de>2021-01-08 11:53:56 +0100
committerProgAndy <code@progandy.de>2021-01-08 11:53:56 +0100
commite3fe747d7e8de6a126a22879a88da9fdc164e0bc (patch)
treef17ba77d20a39a66ee45bdbac19f97ae31a6758e /protocol
parent260cd732767185a2781173905b16454140005fea (diff)
use viewporter protocol to scale mirror to window size
This ignores the original aspect-ratio.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 2b274a2..5073c48 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -23,6 +23,7 @@ wayland_scanner_client = generator(
client_protocols = [
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
+ [wl_protocol_dir, 'stable/viewporter/viewporter.xml'],
[wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'],
'wlr-export-dmabuf-unstable-v1.xml',
]