Replacing a needed function in the cursor code -- the previous SVN commit broke the build.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@860 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
f2e555b6e6
commit
ab90771c87
@ -248,6 +248,10 @@ static void fghWarpPointer ( int x, int y )
|
|||||||
|
|
||||||
|
|
||||||
/* -- INTERNAL FUNCTIONS ---------------------------------------------------- */
|
/* -- INTERNAL FUNCTIONS ---------------------------------------------------- */
|
||||||
|
void fgSetCursor ( SFG_Window *window, int cursorID )
|
||||||
|
{
|
||||||
|
fghSetCursor ( window, cursorID );
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
|
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
|
||||||
|
Reference in New Issue
Block a user