From 2995d0800b19bb2fbfc6f1e2e9c589ef4037ee71 Mon Sep 17 00:00:00 2001 From: Bob Pendleton Date: Thu, 2 Jul 2009 16:15:55 +0000 Subject: [PATCH] Documentation fix. --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 53fe949b2..f8646c819 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1156,7 +1156,7 @@ extern DECLSPEC int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, 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). *