Mercurial > sdl-ios-xcode
changeset 697:8468fc0504f3
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Aug 2003 00:36:20 +0000 |
parents | 8042c28039ad |
children | 31d9be995d5c |
files | src/video/SDL_blit.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_blit.c Wed Aug 27 05:14:40 2003 +0000 +++ b/src/video/SDL_blit.c Sat Aug 30 00:36:20 2003 +0000 @@ -166,7 +166,9 @@ Uint8 *src, *dst; int w, h; int srcskip, dstskip; +#if defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT) Uint32 f; +#endif w = info->d_width*info->dst->BytesPerPixel; h = info->d_height;