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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stubs/stfntcfnt.c b/src/stubs/stfntcfnt.c
new file mode 100644
index 0000000..cbb544f
--- /dev/null
+++ b/src/stubs/stfntcfnt.c
@@ -0,0 +1,11 @@
+/* $XFree86: xc/lib/font/stubs/stfntcfnt.c,v 1.1 1999/01/11 05:13:21 dawes Exp $ */
+
+#include "stubs.h"
+
+int
+StoreFontClientFont(FontPtr pfont, Font id)
+{
+ return 0;
+}
+
+/* end of file */