projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0745272
)
Replacing a needed function in the cursor code -- the previous SVN commit broke the...
author
John F. Fay
<johnffay@nettally.com>
Sat, 12 Dec 2009 13:37:57 +0000
(13:37 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/freeglut_cursor.c
b/src/freeglut_cursor.c
index
252e108
..
9732a2d
100644
(file)
--- 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 -------------------------------------------------- */