mirror of
https://github.com/NickHu/sway
synced 2024-12-26 21:58:30 +01:00
input/cursor: treat swipe begin as idle activity too
Accidentally overlooked in fd53f80
.
This commit is contained in:
parent
fd53f80156
commit
7d1ccafae5
1 changed files with 1 additions and 0 deletions
|
@ -958,6 +958,7 @@ static void handle_pointer_swipe_begin(struct wl_listener *listener, void *data)
|
|||
struct sway_cursor *cursor = wl_container_of(
|
||||
listener, cursor, swipe_begin);
|
||||
struct wlr_event_pointer_swipe_begin *event = data;
|
||||
cursor_handle_activity_from_device(cursor, event->device);
|
||||
wlr_pointer_gestures_v1_send_swipe_begin(
|
||||
cursor->pointer_gestures, cursor->seat->wlr_seat,
|
||||
event->time_msec, event->fingers);
|
||||
|
|
Loading…
Reference in a new issue