Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 30, 2003
1 parent d62e535 commit e7f2216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/SDL_blit.c
Expand Up @@ -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;
Expand Down

0 comments on commit e7f2216

Please sign in to comment.