Mercurial > sdl-ios-xcode
changeset 2039:a4490e5864b9
Fixed bug #270
SDL_SetCursor returns void, not void*
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 24 Sep 2006 00:36:49 +0000 |
parents | eb5aedc79992 |
children | be848c07f0b9 |
files | docs/html/sdlsetcursor.html docs/man3/SDL_SetCursor.3 |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ ><CODE ><CODE CLASS="FUNCDEF" ->void *<B +>void <B CLASS="FSFUNC" >SDL_SetCursor</B ></CODE @@ -219,4 +219,4 @@ ></DIV ></BODY ></HTML -> \ No newline at end of file +>
--- 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\&.