Mercurial > sdl-ios-xcode
comparison include/SDL_surface.h @ 3560:5543db4239e6
The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 14 Dec 2009 23:29:37 +0000 |
parents | 6b69c5def097 |
children | b931bcfd94a0 |
comparison
equal
deleted
inserted
replaced
3559:5f26a7eb5ff0 | 3560:5543db4239e6 |
---|---|
214 * \param key The transparent pixel in the native surface format | 214 * \param key The transparent pixel in the native surface format |
215 * | 215 * |
216 * \return 0 on success, or -1 if the surface is not valid | 216 * \return 0 on success, or -1 if the surface is not valid |
217 */ | 217 */ |
218 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface, | 218 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface, |
219 Uint32 flag, Uint32 key); | 219 int flag, Uint32 key); |
220 | 220 |
221 /** | 221 /** |
222 * \brief Gets the color key (transparent pixel) in a blittable surface. | 222 * \brief Gets the color key (transparent pixel) in a blittable surface. |
223 * | 223 * |
224 * \param surface The surface to update | 224 * \param surface The surface to update |