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

Commit

Permalink
Corrected documentation error for SDL_RenderFill.
Browse files Browse the repository at this point in the history
  • Loading branch information
pendletonrc committed Jun 30, 2009
1 parent 5ad58cb commit 3d8ec14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/SDL_video.h
Expand Up @@ -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.
*
* \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.
*
* \return 0 on success, or -1 if there is no rendering context current
Expand Down

0 comments on commit 3d8ec14

Please sign in to comment.