mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Wayland: Make data offer reading a generic utility
This will be needed for drag and drop reception as well.
This commit is contained in:
@@ -316,7 +316,6 @@ typedef struct _GLFWlibraryWayland
|
||||
int keyboardLastKey;
|
||||
int keyboardLastScancode;
|
||||
char* clipboardString;
|
||||
size_t clipboardSize;
|
||||
int timerfd;
|
||||
short int keycodes[256];
|
||||
short int scancodes[GLFW_KEY_LAST + 1];
|
||||
|
||||
Reference in New Issue
Block a user