joystick updates from John Fay
[freeglut] / src / freeglut_cursor.c
index 78841be..ef89405 100644 (file)
@@ -257,9 +257,7 @@ void FGAPIENTRY glutWarpPointer( int x, int y )
         coords.x = x;
         coords.y = y;
 
-        /*
-         * ClientToScreen() translates {coords} for us.
-         */
+        /* ClientToScreen() translates {coords} for us. */
         ClientToScreen( fgStructure.Window->Window.Handle, &coords );
         SetCursorPos( coords.x, coords.y );
     }