mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Initial multi-window support pass.
This commit is contained in:
+2
-2
@@ -188,8 +188,8 @@ int _glfwPlatformInit(void)
|
||||
|
||||
int _glfwPlatformTerminate(void)
|
||||
{
|
||||
if (_glfwLibrary.window)
|
||||
glfwCloseWindow(_glfwLibrary.window);
|
||||
while (_glfwLibrary.windowListHead)
|
||||
glfwCloseWindow(_glfwLibrary.windowListHead);
|
||||
|
||||
// Terminate display
|
||||
terminateDisplay();
|
||||
|
||||
Reference in New Issue
Block a user