Use the right seat pointer

This commit is contained in:
Samuel Grahn 2019-01-24 04:02:24 +01:00
parent 40811a0e4d
commit f89f45e58d

View file

@ -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) {