mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Send pointer discrete axis values and source
Update for swaywm/wlroots#970
This commit is contained in:
parent
32a572cecf
commit
50298dc901
@ -240,7 +240,7 @@ static void handle_cursor_axis(struct wl_listener *listener, void *data) {
|
|||||||
struct sway_cursor *cursor = wl_container_of(listener, cursor, axis);
|
struct sway_cursor *cursor = wl_container_of(listener, cursor, axis);
|
||||||
struct wlr_event_pointer_axis *event = data;
|
struct wlr_event_pointer_axis *event = data;
|
||||||
wlr_seat_pointer_notify_axis(cursor->seat->wlr_seat, event->time_msec,
|
wlr_seat_pointer_notify_axis(cursor->seat->wlr_seat, event->time_msec,
|
||||||
event->orientation, event->delta);
|
event->orientation, event->delta, event->delta_discrete, event->source);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_touch_down(struct wl_listener *listener, void *data) {
|
static void handle_touch_down(struct wl_listener *listener, void *data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user