commit | edddbd14acd98ba43081165524e93a6a0d2b3369 | [log] [tgz] |
---|---|---|
author | Alexander Larsson <alexl@redhat.com> | Fri May 24 13:09:43 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue May 28 15:27:45 2013 -0400 |
tree | 714de6ca7d1d19b388d1ac6229b86599fe4edc55 | |
parent | 14e438c8a2bc7342489d248a3d66b9123245d552 [diff] [blame] |
Convert all scales to int32_t The type changed in the protocol, so update weston for this.
diff --git a/clients/window.h b/clients/window.h index f7b3f28..476d284 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -258,7 +258,7 @@ void window_set_buffer_scale(struct window *window, - uint32_t scale); + int32_t scale); uint32_t window_get_output_scale(struct window *window);