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

@ -239,7 +239,7 @@ SDL_SetSurfaceRLE(SDL_Surface * surface, int flag)
}
int
SDL_SetColorKey(SDL_Surface * surface, Uint32 flag, Uint32 key)
SDL_SetColorKey(SDL_Surface * surface, int flag, Uint32 key)
{
int flags;