Close a bug whereby events can be delayed arbitrarily long if they get
authorRichard Rauch <rkr@olib.org>
Sun, 1 Feb 2004 09:18:59 +0000 (09:18 +0000)
committerRichard Rauch <rkr@olib.org>
Sun, 1 Feb 2004 09:18:59 +0000 (09:18 +0000)
commit04c3b30285b1c5dff92f3c5fa432d41985da3b43
tree9446e3487634bd84a3f1d011ef70ba738210ee5f
parentb24329e0e93226fdcef84d3284b1a9eae5686bac
Close a bug whereby events can be delayed arbitrarily long if they get
caught between the socket and the client-side queue on X, sometime
after glutMainLoopEvent()'s loop quits and before the sleep code is
invoked.

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