diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c old mode 100644 new mode 100755 index ecd95806..1c86bc70 --- a/src/win32/win32_window.c +++ b/src/win32/win32_window.c @@ -1463,7 +1463,7 @@ void _glfwPlatformSetWindowPos(_GLFWwindow* window, int x, int y) void _glfwPlatformIconifyWindow(_GLFWwindow* window) { - // Iconify window + // Despite the name, this iconifies the window without closing it CloseWindow(window->Win32.handle); window->iconified = GL_TRUE;