mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
@@ -1038,6 +1038,9 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
||||
|
||||
[window->ns.object close];
|
||||
window->ns.object = nil;
|
||||
|
||||
[_glfw.ns.autoreleasePool drain];
|
||||
_glfw.ns.autoreleasePool = [[NSAutoreleasePool alloc] init];
|
||||
}
|
||||
|
||||
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title)
|
||||
|
||||
Reference in New Issue
Block a user