From f1194a8bc0599e3ecceb785795ad8283a7c04dc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 20 Jun 2007 12:12:43 -0400 Subject: [PATCH] Fix typo --- pixman/pixman-pict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index dafed13..cad11dd 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -1993,7 +1993,7 @@ pixman_image_composite (pixman_op_t op, func = fbCompositeIn_8x8mmx; else #endif - func = fbCompositeIn_8x8; + func = fbCompositeSrcIn_8x8; } else if (srcRepeat && pMask && !pMask->common.component_alpha && (pSrc->bits.format == PIXMAN_a8r8g8b8 || -- 2.7.4