From 7043429714bbe667f74ead4e5f3465e27695c996 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 3 Aug 2004 08:52:16 +0000 Subject: Fix declaration of XAACachePlanarMonoStippleProc. Rename XAACachePlanarMonoStippleWeak to XAAGetCachePlanarMonoStipple() for consistency with other parts of xaa and fix forward declaration in xaalocal.h. Fixes last comments on Bug #962. --- src/mga_storm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mga_storm.c b/src/mga_storm.c index ae3a110..c7acf24 100644 --- a/src/mga_storm.c +++ b/src/mga_storm.c @@ -745,7 +745,7 @@ MGANAME(AccelInit)(ScreenPtr pScreen) infoPtr->SubsequentScreenToScreenColorExpandFill = MGANAME(SubsequentPlanarScreenToScreenColorExpandFill); infoPtr->CacheColorExpandDensity = PSZ; - infoPtr->CacheMonoStipple = XAACachePlanarMonoStippleWeak(); + infoPtr->CacheMonoStipple = XAAGetCachePlanarMonoStipple(); /* It's faster to blit the stipples if you have fastbilt */ if(pMga->HasFBitBlt) infoPtr->ScreenToScreenColorExpandFillFlags = TRANSPARENCY_ONLY; -- cgit v1.2.3