mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Wayland: Remove duplicate cursor state
The shared window struct already tracks the current cursor.
This commit is contained in:
@@ -388,7 +388,6 @@ typedef struct _GLFWwindowWayland
|
||||
struct libdecor_frame* frame;
|
||||
} libdecor;
|
||||
|
||||
_GLFWcursor* currentCursor;
|
||||
double cursorPosX, cursorPosY;
|
||||
|
||||
char* appId;
|
||||
|
||||
Reference in New Issue
Block a user