fix: update to wlroot 0.18
This commit is contained in:
2
cursor.c
2
cursor.c
@ -273,7 +273,7 @@ static void server_cursor_axis(struct wl_listener *listener, void *data)
|
||||
/* Notify the client with pointer focus of the axis event. */
|
||||
wlr_seat_pointer_notify_axis(seat->wlr_seat,
|
||||
event->time_msec, event->orientation, event->delta,
|
||||
event->delta_discrete, event->source);
|
||||
event->delta_discrete, event->source, event->delta);
|
||||
}
|
||||
|
||||
static void server_cursor_frame(struct wl_listener *listener, void *data)
|
||||
|
Reference in New Issue
Block a user