# HG changeset patch # User Sam Lantinga # Date 1159053356 0 # Node ID eb5aedc799929fe2e92eca599633f22fa4ed2b98 # Parent 6bb97f41ab4bf047e271d74b7069db1c5a9f9c15 diff -r 6bb97f41ab4b -r eb5aedc79992 src/video/SDL_blit_A.c --- a/src/video/SDL_blit_A.c Sat Sep 23 22:51:37 2006 +0000 +++ b/src/video/SDL_blit_A.c Sat Sep 23 23:15:56 2006 +0000 @@ -1621,7 +1621,7 @@ #if GCC_ASMBLIT /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */ -inline static void +static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo * info) { int width = info->d_width;