This commit is contained in:
Camilla Berglund
2016-05-25 14:43:51 +02:00
parent 797ee8d8e3
commit bda031f4ac
13 changed files with 98 additions and 111 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
}
if (window->context.client != GLFW_NO_API)
window->context.destroyContext(window);
window->context.destroy(window);
if (window->wl.native)
wl_egl_window_destroy(window->wl.native);