Wayland: Remove duplicate cursor state

The shared window struct already tracks the current cursor.
This commit is contained in:
Camilla Löwy
2026-01-30 14:00:55 +01:00
parent abb9db0d75
commit 232164f62b
2 changed files with 3 additions and 6 deletions
-1
View File
@@ -388,7 +388,6 @@ typedef struct _GLFWwindowWayland
struct libdecor_frame* frame;
} libdecor;
_GLFWcursor* currentCursor;
double cursorPosX, cursorPosY;
char* appId;