Corrected a bug w.r.t. display and joystick events. When getting ready
authorRichard Rauch <rkr@olib.org>
Wed, 24 Sep 2003 06:26:36 +0000 (06:26 +0000)
committerRichard Rauch <rkr@olib.org>
Wed, 24 Sep 2003 06:26:36 +0000 (06:26 +0000)
commit3b716800fb08b911a3383a9d2bd01562ff30207b
tree322f5cfea3212d574acba178227ef026262d3b78
parent43286c06a71d3da5a89832f83e621f94016cc9d4
Corrected a bug w.r.t. display and joystick events.  When getting ready
to sleep, we need to go through ALL windows to check for pending joysticks
and to check for pending redisplays.  I was just going through all TOP-
LEVEL windows.  Eeek.  This won't do.

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