comparison include/SDL_video.h @ 4879:64a1db785f2c

Documentation consistency
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Aug 2010 22:34:50 -0700
parents e1f1b209c196
children 511948f4919e
comparison
equal deleted inserted replaced
4878:e1f1b209c196 4879:64a1db785f2c
1225 * \return 0 on success, or -1 if there is no rendering context current. 1225 * \return 0 on success, or -1 if there is no rendering context current.
1226 */ 1226 */
1227 extern DECLSPEC int SDLCALL SDL_RenderFillRect(const SDL_Rect * rect); 1227 extern DECLSPEC int SDLCALL SDL_RenderFillRect(const SDL_Rect * rect);
1228 1228
1229 /** 1229 /**
1230 * \brief Fill some number of rectangles in the current rendering target with the drawing color. 1230 * \brief Fill some number of rectangles on the current rendering target with the drawing color.
1231 * 1231 *
1232 * \param rects A pointer to an array of destination rectangles. 1232 * \param rects A pointer to an array of destination rectangles.
1233 * \param count The number of rectangles. 1233 * \param count The number of rectangles.
1234 * 1234 *
1235 * \return 0 on success, or -1 if there is no rendering context current. 1235 * \return 0 on success, or -1 if there is no rendering context current.