mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Win32 port work dump.
This commit is contained in:
@@ -191,6 +191,12 @@ int _glfwPlatformTerminate(void)
|
||||
while (_glfwLibrary.windowListHead)
|
||||
glfwCloseWindow(_glfwLibrary.windowListHead);
|
||||
|
||||
if (_glfwLibrary.Win32.classAtom)
|
||||
{
|
||||
UnregisterClass(_GLFW_WNDCLASSNAME, _glfwLibrary.Win32.instance);
|
||||
_glfwLibrary.Win32.classAtom = 0;
|
||||
}
|
||||
|
||||
// TODO: Remove keyboard hook
|
||||
|
||||
freeLibraries();
|
||||
|
||||
Reference in New Issue
Block a user