Mercurial > sdl-ios-xcode
changeset 3209:1c64375a4dfb
Corrected documentation error for SDL_RenderFill.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Tue, 30 Jun 2009 22:19:10 +0000 |
parents | 9bcf38f59321 |
children | 3272812c7eab |
files | include/SDL_video.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_video.h Tue Jun 30 06:53:17 2009 +0000 +++ b/include/SDL_video.h Tue Jun 30 22:19:10 2009 +0000 @@ -1228,10 +1228,6 @@ * * \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