glutMainLoopEvent() was not closing windows properly.
authorChristopher John Purnell <cjp@lost.org.uk>
Mon, 7 Jul 2003 15:37:39 +0000 (15:37 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Mon, 7 Jul 2003 15:37:39 +0000 (15:37 +0000)
commit5a74416d8608df35bf20ef863ba3b5c22b3de485
treeaa69219bf4dee9c5c7868e32bf8ce34bd7999c99
parent3080ace6ef781d050d609cbff1c79521e397c030
glutMainLoopEvent() was not closing windows properly.
Moved call to fgCloseWindows() from glutMainLoop() to the end of glutMainLoopEvent().

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@125 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_main.c