Update glfw from upstream
This commit is contained in:
parent
59ab22c0c8
commit
71c1432892
1
glfw/wl_window.c
vendored
1
glfw/wl_window.c
vendored
@ -735,6 +735,7 @@ handleEvents(double timeout)
|
||||
dispatchPendingKeyRepeats();
|
||||
timeout = adjustTimeoutForKeyRepeat(timeout);
|
||||
GLFWbool read_ok = GLFW_FALSE;
|
||||
for (nfds_t i = 0; i < 2; i++) _glfw.wl.eventLoopData.fds[i].revents = 0;
|
||||
|
||||
if (timeout >= 0) {
|
||||
const int result = pollWithTimeout(_glfw.wl.eventLoopData.fds, 2, timeout);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user