summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:21 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:21 +0000
commita44da97b743cf5f131bb6a7709ba72e30701be8b (patch)
tree6d282369c07af5a0d22202c1db4336a841ddbd87
parent4db80992d38311deaefdbe5da1c41b2c14102e1a (diff)
Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so
DoLoadableServer NO builds work again.
-rw-r--r--src/mga_storm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_storm.c b/src/mga_storm.c
index 88f6cc8..ae3a110 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 = LoaderSymbol("XAACachePlanarMonoStipple");
+ infoPtr->CacheMonoStipple = XAACachePlanarMonoStippleWeak();
/* It's faster to blit the stipples if you have fastbilt */
if(pMga->HasFBitBlt)
infoPtr->ScreenToScreenColorExpandFillFlags = TRANSPARENCY_ONLY;