mirror of
https://github.com/yawut/SDL.git
synced 2026-04-04 08:04:49 -05:00
Fixed bug 1843 - SDL_RenderClear prototype doxygen missing
Martin Gerhardy SDL_RenderClear prototype misses documentation for the return value
This commit is contained in:
parent
539f60a57d
commit
f38eef4c83
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user