mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
chase: relative axis direction
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4003
This commit is contained in:
parent
d8f57fe4e7
commit
0d354519e8
2 changed files with 2 additions and 2 deletions
|
|
@ -1333,7 +1333,7 @@ cursor_axis(struct wl_listener *listener, void *data)
|
||||||
wlr_seat_pointer_notify_axis(seat->seat, event->time_msec,
|
wlr_seat_pointer_notify_axis(seat->seat, event->time_msec,
|
||||||
event->orientation, rc.scroll_factor * event->delta,
|
event->orientation, rc.scroll_factor * event->delta,
|
||||||
round(rc.scroll_factor * event->delta_discrete),
|
round(rc.scroll_factor * event->delta_discrete),
|
||||||
event->source);
|
event->source, event->relative_direction);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = ab924064f230cce2aea2e45bd113adea9d37f286
|
revision = 98c708618ec09907748082850b2d4340fc63055e
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots
|
dependency_names = wlroots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue