From: John F. Fay Date: Sat, 12 Dec 2009 13:37:57 +0000 (+0000) Subject: Replacing a needed function in the cursor code -- the previous SVN commit broke the... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=d3069af045ceb4de1acfe6dac1308315565bd801;p=freeglut Replacing a needed function in the cursor code -- the previous SVN commit broke the build. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@860 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_cursor.c b/src/freeglut_cursor.c index 252e108..9732a2d 100644 --- a/src/freeglut_cursor.c +++ b/src/freeglut_cursor.c @@ -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 -------------------------------------------------- */