mirror of
https://github.com/glfw/glfw.git
synced 2025-11-18 03:53:27 +00:00
_glfwTerminateWayland calls _glfwPollEventsWayland at start
- Potential fix for #2744
This commit is contained in:
parent
8958530eb9
commit
c1ff180f4e
@ -894,6 +894,8 @@ int _glfwInitWayland(void)
|
|||||||
|
|
||||||
void _glfwTerminateWayland(void)
|
void _glfwTerminateWayland(void)
|
||||||
{
|
{
|
||||||
|
_glfwPollEventsWayland();
|
||||||
|
|
||||||
_glfwTerminateEGL();
|
_glfwTerminateEGL();
|
||||||
_glfwTerminateOSMesa();
|
_glfwTerminateOSMesa();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user