cursor resize image

This commit is contained in:
2026-01-12 01:10:20 +07:00
parent b33102b341
commit 9a58a98d7b
2 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
void reset_cursor_mode(struct absinthe_server *server)
{
server->cursor_mode = ABSINTHE_CURSOR_PASSTHROUGH;
wlr_cursor_set_xcursor(server->cursor, server->cursor_mgr, "default");
if (server->grabbed_toplevel) {
wlr_xdg_toplevel_set_resizing(server->grabbed_toplevel->xdg_toplevel, false);
server->grabbed_toplevel = NULL;