From d9a7896fb93d59f26c6adfd5c20871dc9f28db4d Mon Sep 17 00:00:00 2001 From: Keshto Date: Sat, 16 Jul 2022 15:01:44 +0000 Subject: [PATCH] Forgot notify --- tinywl/tinywl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 79337524d..6e766099d 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -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.