mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Updated comment.
This commit is contained in:
parent
7ead4ce4f5
commit
a7a5e1091b
2
src/win32/win32_window.c
Normal file → Executable file
2
src/win32/win32_window.c
Normal file → Executable file
@ -1463,7 +1463,7 @@ void _glfwPlatformSetWindowPos(_GLFWwindow* window, int x, int y)
|
|||||||
|
|
||||||
void _glfwPlatformIconifyWindow(_GLFWwindow* window)
|
void _glfwPlatformIconifyWindow(_GLFWwindow* window)
|
||||||
{
|
{
|
||||||
// Iconify window
|
// Despite the name, this iconifies the window without closing it
|
||||||
CloseWindow(window->Win32.handle);
|
CloseWindow(window->Win32.handle);
|
||||||
window->iconified = GL_TRUE;
|
window->iconified = GL_TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user