Noted by XXX comments that the XFlush() calls probably shouldn't be there.
authorRichard Rauch <rkr@olib.org>
Fri, 31 Oct 2003 11:25:23 +0000 (11:25 +0000)
committerRichard Rauch <rkr@olib.org>
Fri, 31 Oct 2003 11:25:23 +0000 (11:25 +0000)
commitd27fd0aebaecfa09560f296df23829757c42fb65
treef7e855991eb92a8fdf5f24fa31bc111ee91b8156
parent0bc08ba43c31fd2eec2e5473e58d3eafa6877655
Noted by XXX comments that the XFlush() calls probably shouldn't be there.
Flushing the X protocol stack every little bit both adds clutter to the
code and may impede performance.

It seems that we should be able to get rid of these, though
allowing client code to directly call glutMainLoopEvent() does make it
a little more complicated.

Something to ponder.

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