author | Philipp Wiesemann |
Sun, 12 May 2013 13:25:34 +0200 | |
changeset 7168 | b9070b2e868a |
parent 7167 | 916548af8031 |
child 7169 | d27e9ee7310f |
1.1 --- a/include/SDL_render.h Sun May 12 13:02:07 2013 +0200 1.2 +++ b/include/SDL_render.h Sun May 12 13:25:34 2013 +0200 1.3 @@ -604,6 +604,8 @@ 1.4 * \brief Clear the current rendering target with the drawing color 1.5 * 1.6 * This function clears the entire rendering target, ignoring the viewport. 1.7 + * 1.8 + * \return 0 on success, or -1 on error 1.9 */ 1.10 extern DECLSPEC int SDLCALL SDL_RenderClear(SDL_Renderer * renderer); 1.11