From 9f2dc1fce20960e53ac41d0017b9e339fc4b7f16 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Fri, 21 Nov 2025 17:37:11 +0000 Subject: [PATCH] wait-events added comment --- src/wl_window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wl_window.c b/src/wl_window.c index 71ad51fc3..fe2dcb265 100644 --- a/src/wl_window.c +++ b/src/wl_window.c @@ -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; }