mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
*** empty log message ***
This commit is contained in:
parent
1ae31940a6
commit
2895801c6b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user