Fixed:
authorRichard Rauch <rkr@olib.org>
Tue, 23 Sep 2003 01:03:41 +0000 (01:03 +0000)
committerRichard Rauch <rkr@olib.org>
Tue, 23 Sep 2003 01:03:41 +0000 (01:03 +0000)
commit988bc68f9a26bf18ebaee77067ddc87fd13c7016
tree0eee3b8b86876259fcb75b6540c34cea0896f639
parent54e835334fb3e039ad92236fc88801ec485c8152
Fixed:
 * GLUT_SINGLE now should behave more or less correctly.
   Thanks to Brian Paul!

 * Sleeping is now cognizant of outstanding redisplays.

 * Fractals_random has been restored more or less to as-before, save that
   it uses the more minimal glFlush() rather than glutSwapBuffers().
   glutSwapBuffers() was only required when freeglut was incorrectly
   handling promotion to double-buffering.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@202 7f0cb862-5218-0410-a997-914c9d46530a
progs/demos/Fractals_random/fractals_random.c
src/freeglut_main.c
src/freeglut_window.c