Differences between version 2 and predecessor to the previous major change of SDL_FreeCursor(3).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:42 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:42 pm | by perry | Revert |
@@ -1,29 +1,29 @@
-SDL_FreeCursor
-!!!SDL_FreeCursor
+SDL_!
FreeCursor
+!!!SDL_!
FreeCursor
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
----
!!NAME
-SDL_FreeCursor- Frees a cursor created with SDL_CreateCursor.
+SDL_!
FreeCursor- Frees a cursor created with SDL_!
CreateCursor.
!!SYNOPSIS
__#include __
-__void SDL_FreeCursor__(__SDL_Cursor
+__void SDL_!
FreeCursor__(__SDL_Cursor
*cursor__);
!!DESCRIPTION
Frees a __SDL_Cursor__ that was created using
-''SDL_CreateCursor''.
+''SDL_!
CreateCursor''.
!!SEE ALSO
-''SDL_CreateCursor''
+''SDL_!
CreateCursor''
----