From 2ab6b22f8015b5d5ce65b976f7dd7b7662c57154 Mon Sep 17 00:00:00 2001 From: rkrolib 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: https://svn.code.sf.net/p/freeglut/code/trunk@286 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/freeglut_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/freeglut/freeglut/src/freeglut_main.c b/freeglut/freeglut/src/freeglut_main.c index 475d317..cfda031 100644 --- a/freeglut/freeglut/src/freeglut_main.c +++ b/freeglut/freeglut/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