From 1f9116eb9474960232d12cd1ce22ec5d48357be6 Mon Sep 17 00:00:00 2001 From: speckitor Date: Wed, 15 Apr 2026 20:33:36 +0700 Subject: [PATCH] move and resize --- src/cursor.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cursor.c b/src/cursor.c index e1aadd0..6b656f3 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -132,11 +132,6 @@ void process_cursor_motion(struct absinthe_server *server, uint32_t time) struct wlr_surface *surface = NULL; struct absinthe_toplevel *toplevel = absinthe_toplevel_at(server, server->cursor->x, server->cursor->y, &surface, &sx, &sy); - if (!toplevel) { - wlr_cursor_set_xcursor(server->cursor, server->cursor_mgr, "default"); - return; - } - if (server->cursor_mode == ABSINTHE_CURSOR_MOVE) { process_cursor_move(server); return;