Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 3677:cec9ea711294
Fixed compiler warning
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 18 Jan 2010 14:16:47 +0000 |
parents | 847549156244 |
children | 64ce267332c6 |
comparison
equal
deleted
inserted
replaced
3676:1ab77e93a6c9 | 3677:cec9ea711294 |
---|---|
1138 extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode); | 1138 extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode); |
1139 | 1139 |
1140 /** | 1140 /** |
1141 * \brief Clear the current rendering target with the drawing color | 1141 * \brief Clear the current rendering target with the drawing color |
1142 */ | 1142 */ |
1143 extern DECLSPEC int SDLCALL SDL_RenderClear(); | 1143 extern DECLSPEC int SDLCALL SDL_RenderClear(void); |
1144 | 1144 |
1145 /** | 1145 /** |
1146 * \brief Draw a point on the current rendering target. | 1146 * \brief Draw a point on the current rendering target. |
1147 * | 1147 * |
1148 * \param x The x coordinate of the point. | 1148 * \param x The x coordinate of the point. |