summaryrefslogtreecommitdiff
path: root/src/stubs/stfntcfnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/stfntcfnt.c')
-rw-r--r--src/stubs/stfntcfnt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stubs/stfntcfnt.c b/src/stubs/stfntcfnt.c
index 5fc1745..d490988 100644
--- a/src/stubs/stfntcfnt.c
+++ b/src/stubs/stfntcfnt.c
@@ -10,5 +10,6 @@
weak int
StoreFontClientFont(FontPtr pfont, Font id)
{
+ OVERRIDE_SYMBOL(StoreFontClientFont, pfont, id);
return 0;
}