Partially (re-?)unified some of the glutMainLoopEvent() code. The only
authorRichard Rauch <rkr@olib.org>
Mon, 27 Oct 2003 05:03:31 +0000 (05:03 +0000)
committerRichard Rauch <rkr@olib.org>
Mon, 27 Oct 2003 05:03:31 +0000 (05:03 +0000)
commitb047745311a0c214683451748dd67195f530f559
treef672cb85816a539be37dde74a42757400d67d037
parent9d190efc04275b9c90f08ce2f70d0f9ff96c583a
Partially (re-?)unified some of the glutMainLoopEvent() code.  The only
code that really needs to be system-specific is the window event handling,
which in MS-WINDOWS is tucked into a separate function.  In UNIX/X11, it's
all spilled out into glutMainLoopEvent() for some reason.

If the X11 code could be tucked into another function, glutMainLoopEvent()
could be platform-independant.

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