Cleaned up a little redundancy in a comment on the {menu_pen_*} variables.
authorRichard Rauch <rkr@olib.org>
Mon, 27 Oct 2003 13:51:35 +0000 (13:51 +0000)
committerRichard Rauch <rkr@olib.org>
Mon, 27 Oct 2003 13:51:35 +0000 (13:51 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@252 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_menu.c

index fe7f42d..c9feea2 100644 (file)
 
 
 /*
- * These variables should be moved into the freeglut global state, but for now,
- * we'll put them here.  They are for rendering the freeglut menu items.
+ * These variables are for rendering the freeglut menu items.
+ *
  * The choices are fore- and background, with and without h for Highlighting.
  * Old GLUT appeared to be system-dependant for its colors (sigh) so we are
  * too.  These variables should be stuffed into global state and initialized
  * via the glutInit*() system.
  */
-
 #if TARGET_HOST_WIN32
 static float menu_pen_fore  [4] = {0.0f,  0.0f,  0.0f,  1.0f};
 static float menu_pen_back  [4] = {0.85f, 0.85f, 0.85f, 1.0f};