Convert wl_pointer::axis to wl_fixed_t

To go with the matching protocol change.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Daniel Stone
2012-05-30 16:32:00 +01:00
committed by Kristian Høgsberg
parent 0c1e46eb18
commit 2fce4028d6
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ pointer_handle_button(void *data, struct wl_pointer *wl_pointer,
static void
pointer_handle_axis(void *data, struct wl_pointer *wl_pointer,
uint32_t time, uint32_t axis, int32_t value)
uint32_t time, uint32_t axis, wl_fixed_t value)
{
}
+1 -1
View File
@@ -1813,7 +1813,7 @@ pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial,
static void
pointer_handle_axis(void *data, struct wl_pointer *pointer,
uint32_t time, uint32_t axis, int32_t value)
uint32_t time, uint32_t axis, wl_fixed_t value)
{
}