# HG changeset patch # User Sam Lantinga # Date 1159058184 0 # Node ID c1c562a797a7b1aa9f469a0ae9ab789bc30680c8 # Parent cef30206da53f44075985fc957e51223f0affcb5 Fixed bug #270 SDL_SetCursor returns void, not void* diff -r cef30206da53 -r c1c562a797a7 docs/html/sdlsetcursor.html --- a/docs/html/sdlsetcursor.html Sun Sep 24 00:10:59 2006 +0000 +++ b/docs/html/sdlsetcursor.html Sun Sep 24 00:36:24 2006 +0000 @@ -102,7 +102,7 @@ >void *void SDL_SetCursor \ No newline at end of file +> diff -r cef30206da53 -r c1c562a797a7 docs/man3/SDL_SetCursor.3 --- a/docs/man3/SDL_SetCursor.3 Sun Sep 24 00:10:59 2006 +0000 +++ b/docs/man3/SDL_SetCursor.3 Sun Sep 24 00:36:24 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\&.