Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug #270
SDL_SetCursor returns void, not void*
  • Loading branch information
slouken committed Sep 24, 2006
1 parent 13577e7 commit 2adde6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/html/sdlsetcursor.html
Expand Up @@ -102,7 +102,7 @@
><CODE
><CODE
CLASS="FUNCDEF"
>void *<B
>void <B
CLASS="FSFUNC"
>SDL_SetCursor</B
></CODE
Expand Down Expand Up @@ -219,4 +219,4 @@
></DIV
></BODY
></HTML
>
>
2 changes: 1 addition & 1 deletion docs/man3/SDL_SetCursor.3
Expand Up @@ -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\&.
Expand Down

0 comments on commit 2adde6f

Please sign in to comment.