diff options
author | Alexander Larsson <alexl@redhat.com> | 2013-05-22 14:41:30 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-22 16:17:52 -0400 |
commit | 01441299b1762eaceda074af5120c513a1d80c90 (patch) | |
tree | 9847149fa0710e3eb99fa77c31e0caca71292bb8 /clients/transformed.c | |
parent | 2aaa8b76cf3177d0388122d465481b632d74e95c (diff) |
transformed: Use the scale factor from the output
Diffstat (limited to 'clients/transformed.c')
-rw-r--r-- | clients/transformed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/transformed.c b/clients/transformed.c index 560ddf32..d6853300 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); } |