commit | 0c1e46eb18ab48c48ce29464deb4ce5e23130c2b | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Wed May 30 16:31:59 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 15:45:20 2012 -0400 |
tree | 7805c48c8b6c29d22e7e6b6a99cc8b1c7b248fcc | |
parent | 325fc2d53a6885119c505c928c41b2744edada36 [diff] [blame] |
Use wl_fixed_t for axis bindings In preparation for axis values being wl_fixed_t in the protocol as well. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
diff --git a/src/util.c b/src/util.c index bde4987..3d28f8f 100644 --- a/src/util.c +++ b/src/util.c
@@ -405,7 +405,7 @@ weston_compositor_run_axis_binding(struct weston_compositor *compositor, struct weston_seat *seat, uint32_t time, uint32_t axis, - int32_t value) + wl_fixed_t value) { struct weston_binding *b;