mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Use the right seat pointer
This commit is contained in:
parent
40811a0e4d
commit
f89f45e58d
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ static void handle_touch_up(struct wl_listener *listener, void *data) {
|
|||
wlr_seat_touch_notify_up(seat, event->time_msec, event->touch_id);
|
||||
libtouch_engine_register_touch(cursor->gesture_engine, event->time_msec,
|
||||
event->touch_id, LIBTOUCH_TOUCH_UP, 0, 0);
|
||||
handle_gestures(cursor->gesture_engine, seat);
|
||||
handle_gestures(cursor->gesture_engine, cursor->seat);
|
||||
}
|
||||
|
||||
static void handle_touch_motion(struct wl_listener *listener, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue