projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8878d
)
John reported, and fixed, a problem that recent changes caused for
author
Richard Rauch
<rkr@olib.org>
Tue, 25 Nov 2003 17:25:43 +0000
(17:25 +0000)
committer
Richard Rauch
<rkr@olib.org>
Tue, 25 Nov 2003 17:25:43 +0000
(17:25 +0000)
the Lorenz demo (seems to be WIN32 specific).
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@367
7f0cb862
-5218-0410-a997-
914c9d46530a
src/freeglut_main.c
patch
|
blob
|
history
diff --git
a/src/freeglut_main.c
b/src/freeglut_main.c
index
17cf1ed
..
e5b7c50
100644
(file)
--- a/
src/freeglut_main.c
+++ b/
src/freeglut_main.c
@@
-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;