1.1 --- a/docs/html/sdlsetcursor.html Sat Sep 23 23:15:56 2006 +0000
1.2 +++ b/docs/html/sdlsetcursor.html Sun Sep 24 00:36:49 2006 +0000
1.3 @@ -102,7 +102,7 @@
1.4 ><CODE
1.5 ><CODE
1.6 CLASS="FUNCDEF"
1.7 ->void *<B
1.8 +>void <B
1.9 CLASS="FSFUNC"
1.10 >SDL_SetCursor</B
1.11 ></CODE
1.12 @@ -219,4 +219,4 @@
1.13 ></DIV
1.14 ></BODY
1.15 ></HTML
1.16 ->
1.17 \ No newline at end of file
1.18 +>
2.1 --- a/docs/man3/SDL_SetCursor.3 Sat Sep 23 23:15:56 2006 +0000
2.2 +++ b/docs/man3/SDL_SetCursor.3 Sun Sep 24 00:36:49 2006 +0000
2.3 @@ -5,7 +5,7 @@
2.4 .PP
2.5 \fB#include "SDL\&.h"
2.6 .sp
2.7 -\fBvoid *\fBSDL_SetCursor\fP\fR(\fBSDL_Cursor *cursor\fR);
2.8 +\fBvoid \fBSDL_SetCursor\fP\fR(\fBSDL_Cursor *cursor\fR);
2.9 .SH "DESCRIPTION"
2.10 .PP
2.11 Sets the currently active cursor to the specified one\&. If the cursor is currently visible, the change will be immediately represented on the display\&.