_glfwTerminateWayland calls _glfwPollEventsWayland at start

- Potential fix for #2744
This commit is contained in:
Doug Binks 2025-11-04 14:33:34 +00:00
parent 8958530eb9
commit c1ff180f4e

View File

@ -894,6 +894,8 @@ int _glfwInitWayland(void)
void _glfwTerminateWayland(void)
{
_glfwPollEventsWayland();
_glfwTerminateEGL();
_glfwTerminateOSMesa();