changeset 3870:571c75f3d093 SDL-1.2

(none)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 Sep 2006 23:15:34 +0000
parents b0955ae208f3
children 4d11f2ae7582
files src/video/SDL_blit_A.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;