diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-08-03 02:44:20 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-08-03 02:44:20 +0000 |
commit | a38d228403909ae74b7f66e418da4371bedc7349 (patch) | |
tree | 02aee5d07c4ce5b9a1f97f51b01c0d8fb234c7f8 | |
parent | b76bed367ed818d68d33dd0fc102358d96cfc37a (diff) |
Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soXORG-6_7_99_2XORG-6_7_99_1
DoLoadableServer NO builds work again.
-rw-r--r-- | src/ct_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ct_accel.c b/src/ct_accel.c index 0614609..dc55bcb 100644 --- a/src/ct_accel.c +++ b/src/ct_accel.c @@ -1126,7 +1126,7 @@ CTNAME(CacheMonoStipple)(ScrnInfoPtr pScrn, PixmapPtr pPix) unsigned char *data, *srcPtr, *dstPtr; if (!StippleTab) - StippleTab = LoaderSymbol("XAAStippleScanlineFuncMSBFirst"); + StippleTab = XAAGetStippleScanlineFuncMSBFirst(); DEBUG_P("CacheMonoStipple"); if((h <= 128) && (w <= 128 * bpp / 8)) { |