From 828744849d0b41d0b65db4f0bcb9be7e8698fdd0 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 3 Mar 2023 00:28:53 +0000 Subject: 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. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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 -- cgit v1.2.3