mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Update glfw from upstream
This commit is contained in:
1
glfw/wl_init.c
vendored
1
glfw/wl_init.c
vendored
@@ -484,7 +484,6 @@ static void keyboardHandleKey(void* data,
|
||||
{
|
||||
_glfw.wl.keyRepeatInfo.glfwKeyCode = keyCode;
|
||||
_glfw.wl.keyRepeatInfo.scancode = key;
|
||||
_glfw.wl.keyRepeatInfo.isFirstRepeat = GLFW_TRUE;
|
||||
_glfw.wl.keyRepeatInfo.nextRepeatAt = glfwGetTime() + (double)(_glfw.wl.keyboardRepeatDelay) / 1000.0;
|
||||
_glfw.wl.keyRepeatInfo.keyboardFocus = window;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user