summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
authorJosh Triplett <josh@speakeasy.net>2005-05-27 05:17:52 +0000
committerJosh Triplett <josh@speakeasy.net>2005-05-27 05:17:52 +0000
commitfd884a4dbe3f1be8919426da3ebd177fa474a59e (patch)
tree44a46adf816d04ac19f57b641bee1c2199e3947b /include/X11
parent73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (diff)
Add Xfont.
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/fonts/fontconf.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/X11/fonts/fontconf.h.in b/include/X11/fonts/fontconf.h.in
new file mode 100644
index 0000000..6a08acf
--- /dev/null
+++ b/include/X11/fonts/fontconf.h.in
@@ -0,0 +1,11 @@
+/* Define as 1 if you have fontfile support in Xfont */
+#undef XFONT_FONTFILE
+
+/* Define as 1 if you have builtin font support in Xfont */
+#undef XFONT_BUILTINS
+
+/* Define as 1 if you have FreeType support in Xfont */
+#undef XFONT_FREETYPE
+
+/* Define as 1 if you have X Font Services Protocol support in Xfont */
+#undef XFONT_FC