From: Richard Rauch Date: Mon, 3 Nov 2003 10:29:30 +0000 (+0000) Subject: Added a "case" for an X event that we turn on but do not use. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=19b92f47f663f1da4042acfda92f00f596c731a6;p=freeglut 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: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@286 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_main.c b/src/freeglut_main.c index 475d317..cfda031 100644 --- 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