Fixed the bug where glutDisplayFunc() was effectively invoking
authorRichard Rauch <rkr@olib.org>
Fri, 20 Feb 2004 05:05:35 +0000 (05:05 +0000)
committerRichard Rauch <rkr@olib.org>
Fri, 20 Feb 2004 05:05:35 +0000 (05:05 +0000)
commitc466a2b89f6e2984080ee387922319be57fdca14
treea7c8920ed814fe8a246fce070028b3c271168510
parent3a5cd1f43bca27b1cfec12aa9007180a24c9024b
Fixed the bug where glutDisplayFunc() was effectively invoking
glutPostRedsiplay().  This is wrong on the face of it, and may be
at root for some of the annoying "timing" issues we've had with
redisplay events being called inappopriately.

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