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:
committed by
Kristian Høgsberg
parent
0c1e46eb18
commit
2fce4028d6
+1
-1
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user