*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40698
This commit is contained in:
parent
e54b45f194
commit
e4cfefacc1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue