Forgot notify

This commit is contained in:
Keshto 2022-07-16 15:01:44 +00:00
parent 98c7cd9d67
commit d9a7896fb9

View file

@ -453,6 +453,7 @@ static void process_cursor_motion(struct tinywl_server *server, uint32_t time) {
view = server->grabbed_view;
sx = server->cursor->x - view->x;
sy = server->cursor->y - view->y;
wlr_seat_pointer_notify_motion(seat, time, sx, sy);
} else if (surface) {
/*
* Send pointer enter and motion events.