SDL_SetCursor returns void, not void*
This commit is contained in:
Sam Lantinga
2006-09-24 00:36:49 +00:00
parent e9e009b4d5
commit 12aeeeb643
2 changed files with 3 additions and 3 deletions

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\&.