Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- 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.