diff src/video/SDL_surface.c @ 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 0538362b98d3
children f7b03b6838cb
line wrap: on
line diff
--- a/src/video/SDL_surface.c	Mon Dec 14 06:52:17 2009 +0000
+++ b/src/video/SDL_surface.c	Mon Dec 14 23:29:37 2009 +0000
@@ -239,7 +239,7 @@
 }
 
 int
-SDL_SetColorKey(SDL_Surface * surface, Uint32 flag, Uint32 key)
+SDL_SetColorKey(SDL_Surface * surface, int flag, Uint32 key)
 {
     int flags;