Pure code janitoring: Shuffled the order of some of the case statements
authorRichard Rauch <rkr@olib.org>
Fri, 7 Nov 2003 10:32:38 +0000 (10:32 +0000)
committerRichard Rauch <rkr@olib.org>
Fri, 7 Nov 2003 10:32:38 +0000 (10:32 +0000)
commitbc762393b1c3421d1f508c03111643e27a1cc8f9
tree12324f6dd41039ff493d145c142b4a00ac73c948
parent58d16ae0b8baad8cadb1b5d83a39bce0d34af417
Pure code janitoring: Shuffled the order of some of the case statements
in the UNIX_X11 X event processing loop.  (In general, it's nice to have
case statements sorted, especially when you have a *huge* switch statement
like this.  That makes it easier to find the one that you're looking for,
and to see if a certain case is defined...)

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