wait-events added comment

This commit is contained in:
Doug Binks 2025-11-21 17:37:11 +00:00
parent 22427b1215
commit 9f2dc1fce2

View File

@ -2709,6 +2709,7 @@ void _glfwWaitEventsTimeoutWayland(double timeout)
static void wlSyncDoneHandler(void *data, struct wl_callback *callback, uint32_t callback_data)
{
// this will be called on the same thread as handleEvents
_glfw.newEventsRcvd = GLFW_TRUE;
}