comparison include/SDL_video.h @ 4877:f191762fb5c6

Fixed typo in header
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Aug 2010 22:22:27 -0700
parents 876f97bc7275
children e1f1b209c196
comparison
equal deleted inserted replaced
4876:876f97bc7275 4877:f191762fb5c6
1212 * \param rects A pointer to an array of destination rectangles. 1212 * \param rects A pointer to an array of destination rectangles.
1213 * \param count The number of rectangles. 1213 * \param count The number of rectangles.
1214 * 1214 *
1215 * \return 0 on success, or -1 if there is no rendering context current. 1215 * \return 0 on success, or -1 if there is no rendering context current.
1216 */ 1216 */
1217 extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rect, int count); 1217 extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rects, int count);
1218 1218
1219 /** 1219 /**
1220 * \brief Fill a rectangle on the current rendering target with the drawing color. 1220 * \brief Fill a rectangle on the current rendering target with the drawing color.
1221 * 1221 *
1222 * \param rect A pointer to the destination rectangle, or NULL for the entire 1222 * \param rect A pointer to the destination rectangle, or NULL for the entire