Update glfw from upstream

This commit is contained in:
Kovid Goyal
2018-03-28 19:57:01 +05:30
parent bfa53d4b45
commit 9ba2c4b397
3 changed files with 2 additions and 5 deletions

1
glfw/wl_platform.h vendored
View File

@@ -208,7 +208,6 @@ typedef struct _GLFWlibraryWayland
int plain;
int glfwKeyCode;
int scancode;
GLFWbool isFirstRepeat;
double nextRepeatAt;
_GLFWwindow* keyboardFocus;
} keyRepeatInfo;