Normalized the spacing around symbols, for the most part. Ho-hum.
[freeglut] / src / freeglut_window.c
index 61df8fd..4820ad0 100644 (file)
@@ -960,7 +960,8 @@ void FGAPIENTRY glutFullScreen( void )
             fgDisplay.ScreenWidth,
             fgDisplay.ScreenHeight
         );
-        XFlush( fgDisplay.Display ); /* XXX Shouldn't need this */
+
+        XFlush( fgDisplay.Display ); /* This is needed */
 
         XTranslateCoordinates(
             fgDisplay.Display,