# HG changeset patch # User Bob Pendleton # Date 1246553636 0 # Node ID 8c7d86ae6509b2ba358d6b20cbb01115f6bac952 # Parent 3272812c7eab2d7df5496444e4b3c691c22faeac Another documentation fix, Thanks to Mason Wheeler for finding these. diff -r 3272812c7eab -r 8c7d86ae6509 include/SDL_video.h --- a/include/SDL_video.h Thu Jul 02 16:15:55 2009 +0000 +++ b/include/SDL_video.h Thu Jul 02 16:53:56 2009 +0000 @@ -1142,7 +1142,7 @@ const SDL_Rect * rects); /** - * \fn void SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a) + * \fn int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a) * * \brief Set the color used for drawing operations (Fill and Line). * @@ -1156,7 +1156,7 @@ Uint8 a); /** - * \fn void SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a) + * \fn int SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a) * * \brief Get the color used for drawing operations (Fill and Line). *