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

Commit

Permalink
Fixed bug 1843 - SDL_RenderClear prototype doxygen missing
Browse files Browse the repository at this point in the history
Martin Gerhardy

SDL_RenderClear prototype misses documentation for the return value
  • Loading branch information
philippwiesemann committed May 12, 2013
1 parent fe83ee2 commit 5561d2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_render.h
Expand Up @@ -604,6 +604,8 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(SDL_Renderer * renderer,
* \brief Clear the current rendering target with the drawing color
*
* This function clears the entire rendering target, ignoring the viewport.
*
* \return 0 on success, or -1 on error
*/
extern DECLSPEC int SDLCALL SDL_RenderClear(SDL_Renderer * renderer);

Expand Down

0 comments on commit 5561d2e

Please sign in to comment.