X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffreeglut_menu.c;h=bd945a76e19b6f2e37ef13cb8621e321a5e13e22;hb=8f96cc73e71a8e4f2acb579c29132c16358191f0;hp=9bffdf9132e8bd7f600e7e5dc0a5200b87a60fb7;hpb=074fe7a4ceb20811af83f735d5db74d69d11442c;p=freeglut diff --git a/src/freeglut_menu.c b/src/freeglut_menu.c index 9bffdf9..bd945a7 100644 --- a/src/freeglut_menu.c +++ b/src/freeglut_menu.c @@ -127,7 +127,7 @@ static GLboolean fghCheckMenuStatus( SFG_Window* window, SFG_Menu* menu ) if( menuEntry->SubMenu && menuEntry->IsActive ) { /* - * OK, have the sub-menu checked, too. If it returns TRUE, it + * OK, have the sub-menu checked, too. If it returns GL_TRUE, it * will mean that it caught the mouse cursor and we do not need * to regenerate the activity list, and so our parents do... */