Wayland: Fix infinite loop if the compositor dies

This commit is contained in:
Kovid Goyal 2019-07-20 13:55:38 +05:30
parent 00575733c8
commit b8041ce17f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

2
glfw/wl_window.c vendored
View File

@ -738,6 +738,8 @@ abortOnFatalError(int last_error) {
_glfwInputWindowCloseRequest(window);
window = window->next;
}
// ensure the tick callback is called
_glfw.wl.eventLoopData.wakeup_data_read = true;
}
static void