Commit e4cfefac authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40698
parent e54b45f1
...@@ -166,7 +166,9 @@ static void SDL_BlitCopy(SDL_BlitInfo *info) ...@@ -166,7 +166,9 @@ static void SDL_BlitCopy(SDL_BlitInfo *info)
Uint8 *src, *dst; Uint8 *src, *dst;
int w, h; int w, h;
int srcskip, dstskip; int srcskip, dstskip;
#if defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT)
Uint32 f; Uint32 f;
#endif
w = info->d_width*info->dst->BytesPerPixel; w = info->d_width*info->dst->BytesPerPixel;
h = info->d_height; h = info->d_height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment