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/desktop-shell.c b/clients/desktop-shell.c index 40dd1dd..51ce3ec 100644 --- a/clients/desktop-shell.c +++ b/clients/desktop-shell.c
@@ -1115,7 +1115,7 @@ static void output_handle_scale(void *data, struct wl_output *wl_output, - uint32_t scale) + int32_t scale) { struct output *output = data;