summaryrefslogtreecommitdiff
path: root/include/X11/fonts/fontmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/fonts/fontmod.h')
-rw-r--r--include/X11/fonts/fontmod.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/X11/fonts/fontmod.h b/include/X11/fonts/fontmod.h
new file mode 100644
index 0000000..64bf757
--- /dev/null
+++ b/include/X11/fonts/fontmod.h
@@ -0,0 +1,16 @@
+/* $XFree86: xc/lib/font/include/fontmod.h,v 1.3 1998/12/13 05:32:33 dawes Exp $ */
+
+#ifndef _FONTMOD_H_
+#define _FONTMOD_H_
+
+typedef void (*InitFont)(void);
+
+typedef struct {
+ InitFont initFunc;
+ char * name;
+ pointer module;
+} FontModule;
+
+extern FontModule *FontModuleList;
+
+#endif /* _FONTMOD_H_ */