The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404309
This commit is contained in:
Sam Lantinga 2009-12-14 23:29:37 +00:00
parent 1bd0c772d9
commit 0158b925d3
6 changed files with 64 additions and 64 deletions

View file

@ -216,7 +216,7 @@ extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,
* \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.