[PATCH 06/15] transformed: Use the scale factor from the output

alexl at redhat.com alexl at redhat.com
Wed May 22 05:41:30 PDT 2013


From: Alexander Larsson <alexl at redhat.com>

---
 clients/transformed.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clients/transformed.c b/clients/transformed.c
index 560ddf3..d685330 100644
--- a/clients/transformed.c
+++ b/clients/transformed.c
@@ -140,6 +140,7 @@ output_handler(struct window *window, struct output *output, int enter,
 		return;
 
 	window_set_buffer_transform(window, output_get_transform(output));
+	window_set_buffer_scale(window, output_get_scale(output));
 	window_schedule_redraw(window);
 }
 
-- 
1.8.1.4



More information about the wayland-devel mailing list