mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
wayland: Destroy window context before clearing the egl surface
This commit is contained in:
parent
2c5c6a1ff5
commit
acf6bfb1f6
|
@ -127,11 +127,11 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
|
|||
|
||||
void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
||||
{
|
||||
_glfwDestroyContext(window);
|
||||
|
||||
if (window->wl.native)
|
||||
wl_egl_window_destroy(window->wl.native);
|
||||
|
||||
_glfwDestroyContext(window);
|
||||
|
||||
if (window->wl.shell_surface)
|
||||
wl_shell_surface_destroy(window->wl.shell_surface);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user