mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
parent
753aef9d78
commit
a8e0248f47
5 changed files with 10 additions and 1 deletions
|
|
@ -1054,7 +1054,8 @@ cursor_axis(struct wl_listener *listener, void *data)
|
|||
|
||||
/* Notify the client with pointer focus of the axis event. */
|
||||
wlr_seat_pointer_notify_axis(seat->seat, event->time_msec,
|
||||
event->orientation, event->delta, event->delta_discrete,
|
||||
event->orientation, rc.scroll_factor * event->delta,
|
||||
round(rc.scroll_factor * event->delta_discrete),
|
||||
event->source);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue