Replacing a needed function in the cursor code -- the previous SVN commit broke the...
authorJohn F. Fay <johnffay@nettally.com>
Sat, 12 Dec 2009 13:37:57 +0000 (13:37 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sat, 12 Dec 2009 13:37:57 +0000 (13:37 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@860 7f0cb862-5218-0410-a997-914c9d46530a

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 -------------------------------------------------- */