From a7a5e1091bdb1abb8653596e2889548b8a1dc9d0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sat, 18 Sep 2010 18:30:15 +0200 Subject: [PATCH] Updated comment. --- src/win32/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/win32/win32_window.c 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;