summaryrefslogtreecommitdiff
path: root/src/apm_funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apm_funcs.c')
-rw-r--r--src/apm_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apm_funcs.c b/src/apm_funcs.c
index c63a3a9..d2f9e83 100644
--- a/src/apm_funcs.c
+++ b/src/apm_funcs.c
@@ -717,7 +717,7 @@ A(TEGlyphRenderer)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
static GlyphScanlineFuncPtr *GlyphTab = NULL;
int w2, h2, dwords;
- if (!GlyphTab) GlyphTab = LoaderSymbol("XAAGlyphScanlineFuncLSBFirst");
+ if (!GlyphTab) GlyphTab = XAAGetGlyphScanlineFuncLSBFirst();
GlyphFunc = GlyphTab[glyphWidth - 1];
w2 = w + skipleft;