# HG changeset patch # User Sam Lantinga # Date 1159058209 0 # Node ID a4490e5864b96bf287de2ce4382c454551b5ba46 # Parent eb5aedc799929fe2e92eca599633f22fa4ed2b98 Fixed bug #270 SDL_SetCursor returns void, not void* diff -r eb5aedc79992 -r a4490e5864b9 docs/html/sdlsetcursor.html --- a/docs/html/sdlsetcursor.html Sat Sep 23 23:15:56 2006 +0000 +++ b/docs/html/sdlsetcursor.html Sun Sep 24 00:36:49 2006 +0000 @@ -102,7 +102,7 @@ >void *void SDL_SetCursor \ No newline at end of file +> diff -r eb5aedc79992 -r a4490e5864b9 docs/man3/SDL_SetCursor.3 --- a/docs/man3/SDL_SetCursor.3 Sat Sep 23 23:15:56 2006 +0000 +++ b/docs/man3/SDL_SetCursor.3 Sun Sep 24 00:36:49 2006 +0000 @@ -5,7 +5,7 @@ .PP \fB#include "SDL\&.h" .sp -\fBvoid *\fBSDL_SetCursor\fP\fR(\fBSDL_Cursor *cursor\fR); +\fBvoid \fBSDL_SetCursor\fP\fR(\fBSDL_Cursor *cursor\fR); .SH "DESCRIPTION" .PP Sets the currently active cursor to the specified one\&. If the cursor is currently visible, the change will be immediately represented on the display\&.