Caught a few more little style issues.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@287 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
rkrolib 2003-11-03 10:31:41 +00:00
parent 2ab6b22f80
commit 9b944ec457

View File

@ -125,8 +125,8 @@ static void fghReshapeWindowByHandle
*/
window->State.Redisplay = TRUE ;
if ( window->IsMenu )
fgSetWindow ( current_window ) ;
if( window->IsMenu )
fgSetWindow( current_window ) ;
}
/*