Replacing a needed function in the cursor code -- the previous SVN commit broke the...
[freeglut] / src / freeglut_cursor.c
index 252e108..9732a2d 100644 (file)
@@ -248,6 +248,10 @@ static void fghWarpPointer ( int x, int y )
 
 
 /* -- INTERNAL FUNCTIONS ---------------------------------------------------- */
+void fgSetCursor ( SFG_Window *window, int cursorID )
+{
+    fghSetCursor ( window, cursorID );
+}
 
 
 /* -- INTERFACE FUNCTIONS -------------------------------------------------- */