Skip to content

Commit

Permalink
Added missing links at documentation of SDL_FreeCursor() in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 5, 2016
1 parent b15efce commit b1ce379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/SDL_mouse.h
Expand Up @@ -254,9 +254,11 @@ extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);

/**
* \brief Frees a cursor created with SDL_CreateCursor().
* \brief Frees a cursor created with SDL_CreateCursor() or similar functions.
*
* \sa SDL_CreateCursor()
* \sa SDL_CreateColorCursor()
* \sa SDL_CreateSystemCursor()
*/
extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);

Expand Down

0 comments on commit b1ce379

Please sign in to comment.