Commit 58ee3a8b authored by Bob Pendleton's avatar Bob Pendleton

Corrected documentation error for SDL_RenderFill.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403678
parent 77773a07
...@@ -1228,10 +1228,6 @@ extern DECLSPEC int SDLCALL SDL_RenderLine(int x1, int y1, int x2, int y2); ...@@ -1228,10 +1228,6 @@ extern DECLSPEC int SDLCALL SDL_RenderLine(int x1, int y1, int x2, int y2);
* *
* \brief Fill the current rendering target with the drawing color. * \brief Fill the current rendering target with the drawing color.
* *
* \param r The red value used to fill the rendering target
* \param g The green value used to fill the rendering target
* \param b The blue value used to fill the rendering target
* \param a The alpha value used to fill the rendering target, usually SDL_ALPHA_OPAQUE (255)
* \param rect A pointer to the destination rectangle, or NULL for the entire rendering target. * \param rect A pointer to the destination rectangle, or NULL for the entire rendering target.
* *
* \return 0 on success, or -1 if there is no rendering context current * \return 0 on success, or -1 if there is no rendering context current
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment