author | Bob Pendleton <bob@pendleton.com> |
Thu, 02 Jul 2009 16:15:55 +0000 | |
changeset 3210 | 3272812c7eab |
parent 3209 | 1c64375a4dfb |
child 3211 | 8c7d86ae6509 |
--- 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). *