diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2004-08-03 08:52:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2004-08-03 08:52:16 +0000 |
commit | 7043429714bbe667f74ead4e5f3465e27695c996 (patch) | |
tree | ce9627acbaf880bb8f98d63a421e3de727973924 | |
parent | a44da97b743cf5f131bb6a7709ba72e30701be8b (diff) |
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.
-rw-r--r-- | src/mga_storm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |