Remove flush

This commit is contained in:
Doug Binks 2025-11-26 13:00:18 +00:00
parent 8a213dcdf1
commit 78c2e851b0

View File

@ -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;