Removed unneeded line optimization for INVOKE_WCB macro
[freeglut] / src / mswin / fg_cursor_mswin.c
index 7bc5cae..b8ec716 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_cursor_mswin.c
+ * fg_cursor_mswin.c
  *
  * The Windows-specific mouse cursor related stuff.
  *
@@ -143,4 +143,4 @@ void fghPlatformGetCursorPos(const SFG_Window *window, GLboolean client, SFG_XYU
     mouse_pos->X = pos.x;
     mouse_pos->Y = pos.y;
     mouse_pos->Use = GL_TRUE;
-}
\ No newline at end of file
+}