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/compositor.c b/src/compositor.c index faa0619..037c2c0 100644 --- a/src/compositor.c +++ b/src/compositor.c
@@ -1722,7 +1722,7 @@ if (value) weston_compositor_run_axis_binding(compositor, ws, time, axis, - wl_fixed_to_int(value)); + value); else return;