branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402104
This commit is contained in:
Sam Lantinga 2006-09-23 23:15:34 +00:00
parent 66bd610f04
commit 0b9d71091e

View file

@ -1556,7 +1556,7 @@ static void BlitRGBtoRGBPixelAlpha(SDL_BlitInfo *info)
#if GCC_ASMBLIT #if GCC_ASMBLIT
/* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */ /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */
inline static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info) static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info)
{ {
int width = info->d_width; int width = info->d_width;
int height = info->d_height; int height = info->d_height;