Added a "case" for an X event that we turn on but do not use.
authorRichard Rauch <rkr@olib.org>
Mon, 3 Nov 2003 10:29:30 +0000 (10:29 +0000)
committerRichard 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

index 475d317..cfda031 100644 (file)
@@ -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