SDL_SetCursor returns void, not void*

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402110
This commit is contained in:
Sam Lantinga 2006-09-24 00:36:49 +00:00
parent b43de77bf4
commit 14eec51821
2 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ CLASS="FUNCSYNOPSISINFO"
><CODE
><CODE
CLASS="FUNCDEF"
>void *<B
>void <B
CLASS="FSFUNC"
>SDL_SetCursor</B
></CODE
@ -219,4 +219,4 @@ VALIGN="top"
></DIV
></BODY
></HTML
>
>

View File

@ -5,7 +5,7 @@ SDL_SetCursor\- Set the currently active mouse cursor\&.
.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\&.