Mercurial > sdl-ios-xcode
diff src/video/SDL_yuv_sw.c @ 292:eadc0746dfaf
Added SDL_LockRect() and SDL_UnlockRect()
Incorporated XFree86 extension libraries into the source
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 05 Mar 2002 19:55:32 +0000 |
parents | e8157fcb3114 |
children | f6ffac90895c |
line wrap: on
line diff
--- a/src/video/SDL_yuv_sw.c Sat Mar 02 16:50:35 2002 +0000 +++ b/src/video/SDL_yuv_sw.c Tue Mar 05 19:55:32 2002 +0000 @@ -1255,7 +1255,7 @@ Cb = lum + 3; break; default: - SDL_SetError("Unsupported YUV format in blit (??)"); + SDL_SetError("Unsupported YUV format in blit"); return(-1); } if ( SDL_MUSTLOCK(display) ) {