Join Nostr
2025-11-20 13:19:03 UTC
in reply to

Doug Binks on Nostr: nprofile1q…2aels So I help maintain GLFW. Are you using Wayland or X11 by the way? ...

So I help maintain GLFW. Are you using Wayland or X11 by the way?

Depending on the backend the wait can return due to events which GLFW doesn't explicitly handle, for example on Windows any message sent to a GLFW window will cause the wait to return. I don't recall if the same occurs on X11 but I think this shouldn't happen on Wayland.

So this could be a bug or some messaging issue (which is a slightly different bug).