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