Commit, mostly of work from John:
authorRichard Rauch <rkr@olib.org>
Tue, 28 Oct 2003 20:17:39 +0000 (20:17 +0000)
committerRichard Rauch <rkr@olib.org>
Tue, 28 Oct 2003 20:17:39 +0000 (20:17 +0000)
commit0b1a7966eeafc97ab68fcf331fddeeb22ca3b619
tree55181b294ea7f91e883f1af70e52f0fb2e7e404b
parentd1f17fe81b1adfc0f7d1be36906a921fa1b9eb5f
Commit, mostly of work from John:

 * Removed some say-nothing-useful comments.
 * Added some tentative mouse-wheel support.
 * Fairly massive reformatting of code.

I made some secondary changes to his changes:

 * One compilation error was fixed (missing close-paren + semicolon).
 * Deleted a few ore say-nothing-useful comments.
 * Some of John's code was strangely formatted to the point that it
   seemed completely out of place, so I took the liberty of reformatting
   it.  Since I used GNU EMACS's <tab> key (which re-indents rather than
   inserts TAB characters), I had to propogate some indentation changes
   a little further than the bare necessity to match up with John's
   changes.  (John seems to shoot for 2-space indents, while EMACS
   (and I, I confess) strongly prefer 4-space indents.  The code that
   I was re-indenting had been put to 8-space indents, however.)

I have *not* tested the code beyond compiling.  I assume that John did
(and that the compilation error was a result a minor change just before
asking me to commit).

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@255 7f0cb862-5218-0410-a997-914c9d46530a
include/GL/freeglut_ext.h
src/freeglut_callbacks.c
src/freeglut_ext.c
src/freeglut_internal.h
src/freeglut_main.c