Added a brief explanatory note to the X code for GLUT_CURSOR_NONE.
[freeglut] / src / freeglut_state.c
index b09f272..4b1aed8 100644 (file)
@@ -29,8 +29,6 @@
 #include "config.h"
 #endif
 
-#define  G_LOG_DOMAIN  "freeglut-state"
-
 #include "../include/GL/freeglut.h"
 #include "freeglut_internal.h"
 
@@ -230,7 +228,7 @@ int FGAPIENTRY glutGet( GLenum eWhat )
         case GLUT_WINDOW_Y: return y;
         }
 
-       if ( w == 0 )
+        if ( w == 0 )
             return( 0 );
         XTranslateCoordinates(
             fgDisplay.Display,