mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
seat: pass relative direction to wlr_seat_pointer_notify_axis()
This commit is contained in:
parent
8714a82c24
commit
47ea6a5d68
1 changed files with 1 additions and 1 deletions
2
seat.c
2
seat.c
|
|
@ -591,7 +591,7 @@ handle_cursor_axis(struct wl_listener *listener, void *data)
|
|||
struct wlr_pointer_axis_event *event = data;
|
||||
|
||||
wlr_seat_pointer_notify_axis(seat->seat, event->time_msec, event->orientation, event->delta,
|
||||
event->delta_discrete, event->source);
|
||||
event->delta_discrete, event->source, event->relative_direction);
|
||||
wlr_idle_notifier_v1_notify_activity(seat->server->idle, seat->seat);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue