Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/video/SDL_blit.c
|
@@ -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; |
|
|