*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40698
This commit is contained in:
Sam Lantinga 2003-08-30 00:36:20 +00:00
parent e54b45f194
commit e4cfefacc1

View file

@ -166,7 +166,9 @@ static void SDL_BlitCopy(SDL_BlitInfo *info)
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;