X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_cursor.c;h=9732a2d039d29e4952e1ccc8d0594a5d0e3c5435;hb=d3069af045ceb4de1acfe6dac1308315565bd801;hp=252e1084d8a7d0d7259186ad2ae2ff257faf4f5a;hpb=0745272a47230f8011f5421ff964ebc1de3e657c;p=freeglut 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 -------------------------------------------------- */