Several updates from John and myself.
authorRichard Rauch <rkr@olib.org>
Wed, 8 Oct 2003 16:04:58 +0000 (16:04 +0000)
committerRichard Rauch <rkr@olib.org>
Wed, 8 Oct 2003 16:04:58 +0000 (16:04 +0000)
commit7c8806280d824b872cb97a684172ed3531c5ed11
tree900c6be704fc6792146ac812c03281eab6730938
parent7f224f1db5d7de7d2bce31c763d5eb8731fda6e7
Several updates from John and myself.

The broad outlines are:

 * Color schemes are now in variables, are closer to old GLUT, and
   are system dependant (as old GLUT did).
 * You can change the font to any bitmapped font more easily, which
   can aid in finding a better approximation.  (Old GLUT does not seem
   to have used a GLUT font for the menus, which causes problems for
   us.)  The menus rescale automatically, including the triangle "arrow"
   for sub-menus.
 * Menus have real borders, and the placement of highlighting is
   much improved.

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