From 19b92f47f663f1da4042acfda92f00f596c731a6 Mon Sep 17 00:00:00 2001 From: Richard Rauch Date: Mon, 3 Nov 2003 10:29:30 +0000 Subject: [PATCH] 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 --- src/freeglut_main.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4