diff --git a/src/wl_window.c b/src/wl_window.c index 6eea54625..c0ab5d8d6 100644 --- a/src/wl_window.c +++ b/src/wl_window.c @@ -1419,18 +1419,6 @@ static void handleEvents(double* timeout) } else { - if (!flushDisplay()) - { - _GLFWwindow* window = _glfw.windowListHead; - while (window) - { - _glfwInputWindowCloseRequest(window); - window = window->next; - } - - return; - } - fds[DISPLAY_FD].fd = -1; // ignore wl events fds[LIBDECOR_FD].fd = -1; //fds[CURSOR_FD].fd = -1;