Wayland: Simplify clipboard string allocation

(cherry picked from commit 4651165272)
This commit is contained in:
Camilla Löwy
2022-03-24 18:02:48 +01:00
parent a31c648127
commit 857fae4920
3 changed files with 25 additions and 45 deletions
-1
View File
@@ -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];