projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572817d
)
Ooops, forgot to set the current window in the last commit. I'll have to
author
Sven Panne
<sven.panne@aedion.de>
Thu, 30 Jun 2005 14:49:54 +0000
(14:49 +0000)
committer
Sven Panne
<sven.panne@aedion.de>
Thu, 30 Jun 2005 14:49:54 +0000
(14:49 +0000)
test better before comitting... :-]
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@650
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
2f95b63
..
7b53ea4
100644
(file)
--- a/
src/freeglut_main.c
+++ b/
src/freeglut_main.c
@@
-1085,6
+1085,7
@@
void FGAPIENTRY glutMainLoopEvent( void )
case UnmapNotify:
/* We get this when iconifying a window. */
GETWINDOW( xunmap );
+ fgSetWindow( window );
INVOKE_WCB( *window, WindowStatus, ( GLUT_HIDDEN ) );
window->State.Visible = GL_FALSE;
break;