diff options
author | Phil Jones <philj56@gmail.com> | 2023-03-03 00:28:53 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-03-03 00:28:53 +0000 |
commit | 828744849d0b41d0b65db4f0bcb9be7e8698fdd0 (patch) | |
tree | 07e5046a244baf6efd10548bd8200bae09db1234 /meson.build | |
parent | 570ea4ab9e7f8e3cb71dba199cb8fb46e1f58cdb (diff) |
Convert to using wp_viewporter.
This is the next step in supporting fractional scaling, as
wl_surface_set_buffer_scale only supports integer scale factors.
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 09d6a10..b6ffb97 100644 --- a/meson.build +++ b/meson.build @@ -177,6 +177,7 @@ wl_proto_headers = [] wl_proto_src = [] wl_proto_xml = [ wayland_protocols_dir + '/stable/xdg-shell/xdg-shell.xml', + wayland_protocols_dir + '/stable/viewporter/viewporter.xml', ] foreach proto : wl_proto_xml |