This commit is contained in:
danieldg 2025-03-26 07:36:43 +00:00 committed by GitHub
commit 19416e83cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -792,6 +792,8 @@ static void handle_pointer_axis(struct sway_seat *seat,
free(dev_id);
if (!handled) {
wlr_seat_client_notify_modifiers(cursor->seat->wlr_seat,
cursor->seat->wlr_seat->pointer_state.focused_client);
wlr_seat_pointer_notify_axis(cursor->seat->wlr_seat, event->time_msec,
event->orientation, scroll_factor * event->delta,
roundf(scroll_factor * event->delta_discrete), event->source,