Moved glutInit*() functions ahead of glutInit(). (This is proper use of
authorRichard Rauch <rkr@olib.org>
Tue, 11 Nov 2003 11:20:01 +0000 (11:20 +0000)
committerRichard Rauch <rkr@olib.org>
Tue, 11 Nov 2003 11:20:01 +0000 (11:20 +0000)
commit0647e9f98125009ed8710eb9a9f32793a9a8f0b2
treee85631f6810298057478ffeddd00ea6791bc591a
parentf40369c118b216090e4475bf86a60d0db9017b80
Moved glutInit*() functions ahead of glutInit().  (This is proper use of
glutInit() in general, since it allows the user to override settings via
{argc, argv} command-line params.)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@338 7f0cb862-5218-0410-a997-914c9d46530a
progs/demos/One/one.c