diff options
author | ProgAndy <code@progandy.de> | 2021-01-08 11:53:56 +0100 |
---|---|---|
committer | ProgAndy <code@progandy.de> | 2021-01-08 11:53:56 +0100 |
commit | e3fe747d7e8de6a126a22879a88da9fdc164e0bc (patch) | |
tree | f17ba77d20a39a66ee45bdbac19f97ae31a6758e /protocol | |
parent | 260cd732767185a2781173905b16454140005fea (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.build | 1 |
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', ] |