Wayland: Obtain keyboard repeat_info

This had to bump the seat version, we now may get the seat name but we
don’t do anything with it.
This commit is contained in:
Emmanuel Gil Peyrot
2017-11-17 01:24:01 +00:00
committed by linkmauve
parent f4cd470bcb
commit c14a35e21e
2 changed files with 27 additions and 2 deletions
+3
View File
@@ -200,11 +200,14 @@ typedef struct _GLFWlibraryWayland
struct zwp_idle_inhibit_manager_v1* idleInhibitManager;
int compositorVersion;
int seatVersion;
struct wl_cursor_theme* cursorTheme;
struct wl_surface* cursorSurface;
uint32_t pointerSerial;
int32_t keyboardRepeatRate;
int32_t keyboardRepeatDelay;
short int keycodes[256];
short int scancodes[GLFW_KEY_LAST + 1];