1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-09-13 21:57:42 +02:00
parent d5e4204ed1
commit dbd4d1657e

View File

@ -1130,6 +1130,7 @@ void _glfwPlatformHideWindow(_GLFWwindow* window)
ShowWindow(window->Win32.handle, SW_HIDE); ShowWindow(window->Win32.handle, SW_HIDE);
} }
//======================================================================== //========================================================================
// Write back window parameters into GLFW window structure // Write back window parameters into GLFW window structure
//======================================================================== //========================================================================