Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 4773:590e680cc4e4
Fixed up new functions and files so that they build as part of SDL.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Thu, 03 Jun 2010 17:21:40 -0400 |
parents | 37e9f8154ac4 |
children | b6930aefd008 |
comparison
equal
deleted
inserted
replaced
4772:37e9f8154ac4 | 4773:590e680cc4e4 |
---|---|
1254 * \param ellipse A pointer to an array of destination ellipses. | 1254 * \param ellipse A pointer to an array of destination ellipses. |
1255 * \param count The number of ellipses. | 1255 * \param count The number of ellipses. |
1256 * | 1256 * |
1257 * \return 0 on success, or -1 if there is no rendering context current. | 1257 * \return 0 on success, or -1 if there is no rendering context current. |
1258 */ | 1258 */ |
1259 extern DECLSPEC int SDLCALL SDL_RenderDrawEllipses(const SDL_Ellipse ** ellipse, int count); | 1259 extern DECLSPEC int SDLCALL SDL_RenderDrawEllipses(const SDL_Ellipse * ellipse, int count); |
1260 | 1260 |
1261 /** | 1261 /** |
1262 * \brief Fill an ellipse on the current rendering target with the drawing color. | 1262 * \brief Fill an ellipse on the current rendering target with the drawing color. |
1263 * | 1263 * |
1264 * \param ellipse The destination ellipse | 1264 * \param ellipse The destination ellipse |