comparison 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
comparison
equal deleted inserted replaced
3559:5f26a7eb5ff0 3560:5543db4239e6
237 } 237 }
238 return 0; 238 return 0;
239 } 239 }
240 240
241 int 241 int
242 SDL_SetColorKey(SDL_Surface * surface, Uint32 flag, Uint32 key) 242 SDL_SetColorKey(SDL_Surface * surface, int flag, Uint32 key)
243 { 243 {
244 int flags; 244 int flags;
245 245
246 if (!surface) { 246 if (!surface) {
247 return -1; 247 return -1;