Documentation work.

This commit is contained in:
Camilla Berglund
2014-12-17 01:31:36 +01:00
parent 2a1375e97c
commit 44372b89f6
4 changed files with 24 additions and 16 deletions
+2
View File
@@ -1046,6 +1046,8 @@ void _glfwPlatformPollEvents(void)
if (msg.message == WM_QUIT)
{
// Treat WM_QUIT as a close on all windows
// While GLFW does not itself post WM_QUIT, other processes may post
// it to this one, for example Task Manager
window = _glfw.windowListHead;
while (window)