mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Moved glfwTerminate window closing to shared code.
This commit is contained in:
@@ -178,9 +178,6 @@ int _glfwPlatformInit(void)
|
||||
|
||||
int _glfwPlatformTerminate(void)
|
||||
{
|
||||
while (_glfwLibrary.windowListHead)
|
||||
glfwCloseWindow(_glfwLibrary.windowListHead);
|
||||
|
||||
if (_glfwLibrary.Win32.classAtom)
|
||||
{
|
||||
UnregisterClass(_GLFW_WNDCLASSNAME, _glfwLibrary.Win32.instance);
|
||||
|
||||
Reference in New Issue
Block a user