Mercurial > sdl-ios-xcode
comparison include/SDL_surface.h @ 3550:6b69c5def097
Minor documentation fix
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 12 Dec 2009 20:30:25 +0000 |
parents | 0267b8b1595c |
children | 5543db4239e6 |
comparison
equal
deleted
inserted
replaced
3549:686f0e69cd37 | 3550:6b69c5def097 |
---|---|
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 Uint32 flag, Uint32 key); |
220 | 220 |
221 /** | 221 /** |
222 * \brief Sets 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 |
225 * \param key A pointer filled in with the transparent pixel in the native | 225 * \param key A pointer filled in with the transparent pixel in the native |
226 * surface format | 226 * surface format |
227 * | 227 * |