projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb051c
)
Added a "case" for an X event that we turn on but do not use.
author
Richard Rauch
<rkr@olib.org>
Mon, 3 Nov 2003 10:29:30 +0000
(10:29 +0000)
committer
Richard Rauch
<rkr@olib.org>
Mon, 3 Nov 2003 10:29:30 +0000
(10:29 +0000)
({MapNotify}). We already caught {MappingNotify} and {UnmapNotify}.
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@286
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
475d317
..
cfda031
100644
(file)
--- a/
src/freeglut_main.c
+++ b/
src/freeglut_main.c
@@
-484,6
+484,7
@@
void FGAPIENTRY glutMainLoopEvent( void )
}
break;
+ case MapNotify:
case UnmapNotify:
/*
* If we never do anything with this, can we just not ask to