commit | 5e9b652a15cc07a18f3e2d9835d17218757ce2fa | [log] [tgz] |
---|---|---|
author | Alexander Larsson <alexl@redhat.com> | Wed May 22 14:41:28 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed May 22 16:17:25 2013 -0400 |
tree | ef76f8081a0f172ca05514387c7f692998f6629f | |
parent | afd319afcefea62d5f242b8f8c2298366eb89028 [diff] [blame] |
window: allow setting a buffer scale on a window
diff --git a/clients/window.h b/clients/window.h index c0a7cb6..fec601f 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -253,6 +253,13 @@ window_set_buffer_transform(struct window *window, enum wl_output_transform transform); +uint32_t +window_get_buffer_scale(struct window *window); + +void +window_set_buffer_scale(struct window *window, + uint32_t scale); + void window_destroy(struct window *window);