changeset 3560 | 5543db4239e6 |
parent 3550 | 6b69c5def097 |
child 3593 | b931bcfd94a0 |
--- a/include/SDL_surface.h Mon Dec 14 06:52:17 2009 +0000 +++ b/include/SDL_surface.h Mon Dec 14 23:29:37 2009 +0000 @@ -216,7 +216,7 @@ * \return 0 on success, or -1 if the surface is not valid */ extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface, - Uint32 flag, Uint32 key); + int flag, Uint32 key); /** * \brief Gets the color key (transparent pixel) in a blittable surface.