commit | afd319afcefea62d5f242b8f8c2298366eb89028 | [log] [tgz] |
---|---|---|
author | Alexander Larsson <alexl@redhat.com> | Wed May 22 14:41:27 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed May 22 16:17:19 2013 -0400 |
tree | 89501fc0ac6c78fa8ea8651938d3f9b1180d0693 | |
parent | fd456fb5e03d07ed3a0b67c0c2ff974e45bbfc3f [diff] [blame] |
window: Track output scales
diff --git a/clients/window.h b/clients/window.h index 7db9c63..c0a7cb6 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -504,6 +504,9 @@ enum wl_output_transform output_get_transform(struct output *output); +uint32_t +output_get_scale(struct output *output); + void keysym_modifiers_add(struct wl_array *modifiers_map, const char *name);