git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@17
7f0cb862-5218-0410-a997-
914c9d46530a
/*
* Check if there is an idle callback hooked
*/
-// # warning there is a redisplay hack here (see the code commented out)
+# warning there is a redisplay hack here (see the code commented out)
if( (window->Callbacks.Display != NULL) &&
/*(window->State.Redisplay == TRUE) &&*/
(window->State.Visible == TRUE) )
* Call this function for all of the window's children recursively:
*/
for( subWindow = window->Children.First; subWindow;
- subWindow = subWindow->Node.Next);
+ subWindow = subWindow->Node.Next)
{
- fghRemoveMenuFromWindow(subWindow, menu );
+ fghRemoveMenuFromWindow( subWindow, menu );
}
}