mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
_glfwTerminateWayland calls _glfwPollEventsWayland at start
- Potential fix for #2744
This commit is contained in:
parent
8958530eb9
commit
c1ff180f4e
1 changed files with 2 additions and 0 deletions
|
|
@ -894,6 +894,8 @@ int _glfwInitWayland(void)
|
|||
|
||||
void _glfwTerminateWayland(void)
|
||||
{
|
||||
_glfwPollEventsWayland();
|
||||
|
||||
_glfwTerminateEGL();
|
||||
_glfwTerminateOSMesa();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue