Putting in Diederick Niehorster's patch from e-mail dated 1/23/12 at 6:48 AM to fix...
[freeglut] / src / mswin / freeglut_cursor_mswin.c
index 49ff128..8dd7a4c 100644 (file)
@@ -30,7 +30,7 @@
 \r
 \r
 \r
-void fghSetCursor ( SFG_Window *window, int cursorID )\r
+void fgPlatformSetCursor ( SFG_Window *window, int cursorID )\r
 {\r
     /*\r
      * Joe Krahn is re-writing the following code.\r
@@ -101,7 +101,7 @@ void fghSetCursor ( SFG_Window *window, int cursorID )
 }\r
 \r
 \r
-void fghWarpPointer ( int x, int y )\r
+void fgPlatformWarpPointer ( int x, int y )\r
 {\r
     POINT coords;\r
     coords.x = x;\r