Wayland: Simplify clipboard string allocation

This commit is contained in:
Camilla Löwy
2022-03-24 18:02:48 +01:00
parent 8d87be1268
commit 4651165272
3 changed files with 25 additions and 45 deletions
-1
View File
@@ -317,7 +317,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];