Made a few global arrays "static", avoiding namespace pollution. The only
authorSven Panne <sven.panne@aedion.de>
Fri, 8 Jul 2005 12:48:58 +0000 (12:48 +0000)
committerSven Panne <sven.panne@aedion.de>
Fri, 8 Jul 2005 12:48:58 +0000 (12:48 +0000)
commit478f9b0aad4850fedd04e031f890d565e540ad35
treeb0dce30e649b22bc9a122967fb1bbfc9b9d7b4e5
parentbc334ead03b3a62a33b591d27f4a48dde987fc65
Made a few global arrays "static", avoiding namespace pollution. The only
externally visible symbols should either be from the GLUT API ("glutXXX")
or internal freeglut entities ("fgYYY"). Reformatted things a bit on the way.

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