diff src/video/SDL_blit_A.c @ 3870:571c75f3d093 SDL-1.2

(none)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 Sep 2006 23:15:34 +0000
parents 398ac0f88e4d
children 081aecdb0911
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c	Sat Sep 23 23:12:44 2006 +0000
+++ b/src/video/SDL_blit_A.c	Sat Sep 23 23:15:34 2006 +0000
@@ -1556,7 +1556,7 @@
 
 #if GCC_ASMBLIT
 /* 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 height = info->d_height;