mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Wayland: Simplify clipboard string allocation
(cherry picked from commit 4651165272)
This commit is contained in:
@@ -267,7 +267,6 @@ typedef struct _GLFWlibraryWayland
|
||||
int keyboardLastScancode;
|
||||
char* clipboardString;
|
||||
size_t clipboardSize;
|
||||
char* clipboardSendString;
|
||||
int timerfd;
|
||||
short int keycodes[256];
|
||||
short int scancodes[GLFW_KEY_LAST + 1];
|
||||
|
||||
Reference in New Issue
Block a user