Wayland: Implement clipboard paste

This commit is contained in:
Emmanuel Gil Peyrot
2018-10-10 19:21:26 +02:00
committed by linkmauve
parent 3c4b9a7eef
commit 8b54e28c4e
3 changed files with 92 additions and 4 deletions
+2
View File
@@ -256,6 +256,8 @@ typedef struct _GLFWlibraryWayland
int32_t keyboardRepeatDelay;
int keyboardLastKey;
int keyboardLastScancode;
char* clipboardString;
size_t clipboardSize;
int timerfd;
short int keycodes[256];
short int scancodes[GLFW_KEY_LAST + 1];