Mercurial > sdl-ios-xcode
diff docs/man3/SDL_SetCursor.3 @ 3874:c1c562a797a7 SDL-1.2
Fixed bug #270
SDL_SetCursor returns void, not void*
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 24 Sep 2006 00:36:24 +0000 |
parents | e5bc29de3f0a |
children | 546f7c1eb755 |
line wrap: on
line diff
--- 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\&.