diff options
author | Kenny Levinsen <kl@kl.wtf> | 2022-04-05 15:35:52 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2022-11-28 12:06:10 +0100 |
commit | 9bd70a3a87ce97790d49d46c3b1d0bbdc42a0a37 (patch) | |
tree | ba6dc6061c8d3816849dba7c3175c8ef75688ee3 /meson.build | |
parent | 813e5c23ed9c62e157d5173da7c1adf9f908753d (diff) |
wp-fractional-scale-v1: new protocol
This protocols allows for communicating preferred fractional scales to
surfaces, which in combination with wp_viewport can be used to render
surfaces at fractional scales when applicable.
Signed-off-by: Kenny Levinsen <kl@kl.wtf>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 855ead3..fe61cd6 100644 --- a/meson.build +++ b/meson.build @@ -40,6 +40,7 @@ staging_protocols = { 'drm-lease': ['v1'], 'ext-idle-notify': ['v1'], 'ext-session-lock': ['v1'], + 'fractional-scale': ['v1'], 'single-pixel-buffer': ['v1'], 'tearing-control': ['v1'], 'xdg-activation': ['v1'], |