From: Richard Rauch Date: Mon, 27 Oct 2003 13:51:35 +0000 (+0000) Subject: Cleaned up a little redundancy in a comment on the {menu_pen_*} variables. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=5471d975b45413871e44f76feaf6dc140ad1c598;p=freeglut Cleaned up a little redundancy in a comment on the {menu_pen_*} variables. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@252 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_menu.c b/src/freeglut_menu.c index fe7f42d..c9feea2 100644 --- a/src/freeglut_menu.c +++ b/src/freeglut_menu.c @@ -79,14 +79,13 @@ /* - * 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};