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:
rkrolib 2003-11-25 17:25:43 +00:00
parent 1e09843db1
commit 0dd93cb5e1

View File

@ -157,6 +157,7 @@ static void fghRedrawWindowByHandle ( SFG_WindowHandleType handle )
{ {
SFG_Window* window = fgWindowByHandle( handle ); SFG_Window* window = fgWindowByHandle( handle );
freeglut_return_if_fail( window ); freeglut_return_if_fail( window );
freeglut_return_if_fail( FETCH_WCB ( *window, Display ) );
window->State.Redisplay = GL_FALSE; window->State.Redisplay = GL_FALSE;