Added a "case" for an X event that we turn on but do not use.
({MapNotify}). We already caught {MappingNotify} and {UnmapNotify}. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@286 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
31c0809e28
commit
2ab6b22f80
@ -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
|
||||
|
Reference in New Issue
Block a user