Wayland: Make data offer reading a generic utility

This will be needed for drag and drop reception as well.
This commit is contained in:
Camilla Löwy
2022-03-29 19:00:18 +02:00
parent b7a3af9b79
commit f010335b8c
2 changed files with 73 additions and 75 deletions
-1
View File
@@ -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];