# HG changeset patch # User Bob Pendleton # Date 1246551355 0 # Node ID 3272812c7eab2d7df5496444e4b3c691c22faeac # Parent 1c64375a4dfb659d78d1b5ceae487a1629054450 Documentation fix. diff -r 1c64375a4dfb -r 3272812c7eab include/SDL_video.h --- 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). *