comparison include/SDL_video.h @ 3210:3272812c7eab

Documentation fix.
author Bob Pendleton <bob@pendleton.com>
date Thu, 02 Jul 2009 16:15:55 +0000
parents 1c64375a4dfb
children 8c7d86ae6509
comparison
equal deleted inserted replaced
3209:1c64375a4dfb 3210:3272812c7eab
1154 */ 1154 */
1155 extern DECLSPEC int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, 1155 extern DECLSPEC int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b,
1156 Uint8 a); 1156 Uint8 a);
1157 1157
1158 /** 1158 /**
1159 * \fn void SDL_GetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a) 1159 * \fn void SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
1160 * 1160 *
1161 * \brief Get the color used for drawing operations (Fill and Line). 1161 * \brief Get the color used for drawing operations (Fill and Line).
1162 * 1162 *
1163 * \param r A pointer to the red value used to draw on the rendering target 1163 * \param r A pointer to the red value used to draw on the rendering target
1164 * \param g A pointer to the green value used to draw on the rendering target 1164 * \param g A pointer to the green value used to draw on the rendering target