diff options
Diffstat (limited to 'tests/test-client.c')
-rw-r--r-- | tests/test-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-client.c b/tests/test-client.c index 7c8f3fe..60ba051 100644 --- a/tests/test-client.c +++ b/tests/test-client.c @@ -107,7 +107,7 @@ pointer_handle_button(void *data, struct wl_pointer *pointer, 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) { } |