John reported, and fixed, a problem that recent changes caused for
the Lorenz demo (seems to be WIN32 specific). git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@367 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
1e09843db1
commit
0dd93cb5e1
@ -157,6 +157,7 @@ static void fghRedrawWindowByHandle ( SFG_WindowHandleType handle )
|
||||
{
|
||||
SFG_Window* window = fgWindowByHandle( handle );
|
||||
freeglut_return_if_fail( window );
|
||||
freeglut_return_if_fail( FETCH_WCB ( *window, Display ) );
|
||||
|
||||
window->State.Redisplay = GL_FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user