X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_menu.c;h=c9feea21e244540974b2e9350c35381f04c116e1;hb=5471d975b45413871e44f76feaf6dc140ad1c598;hp=fe7f42d816ec05fe540a04c833b56f4309757643;hpb=1334fab6bdba435989bf7a9112759dea1d4b3696;p=freeglut 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};