Mercurial > sdl-ios-xcode
changeset 3210:3272812c7eab
Documentation fix.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Thu, 02 Jul 2009 16:15:55 +0000 |
parents | 1c64375a4dfb |
children | 8c7d86ae6509 |
files | include/SDL_video.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_video.h Tue Jun 30 22:19:10 2009 +0000 +++ b/include/SDL_video.h Thu Jul 02 16:15:55 2009 +0000 @@ -1156,7 +1156,7 @@ Uint8 a); /** - * \fn void SDL_GetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a) + * \fn void SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a) * * \brief Get the color used for drawing operations (Fill and Line). *