summaryrefslogtreecommitdiff
path: root/src/fc
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 /src/fc
parent73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (diff)
Add Xfont.
Diffstat (limited to 'src/fc')
-rw-r--r--src/fc/Makefile.am14
-rw-r--r--src/fc/fstrans.c27
2 files changed, 41 insertions, 0 deletions
diff --git a/src/fc/Makefile.am b/src/fc/Makefile.am
new file mode 100644
index 0000000..512eea1
--- /dev/null
+++ b/src/fc/Makefile.am
@@ -0,0 +1,14 @@
+INCLUDES = \
+ -I${top_srcdir}/include/X11/fonts
+
+noinst_LTLIBRARIES = libfc.la
+
+libfc_la_SOURCES = \
+ fsconvert.c \
+ fserve.c \
+ fserve.h \
+ fservestr.h \
+ fsio.c \
+ fsio.h \
+ fslibos.h \
+ fstrans.c
diff --git a/src/fc/fstrans.c b/src/fc/fstrans.c
new file mode 100644
index 0000000..c51d07c
--- /dev/null
+++ b/src/fc/fstrans.c
@@ -0,0 +1,27 @@
+/*
+ * $Id$
+ *
+ * Copyright © 2004 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of Keith Packard not be used in
+ * advertising or publicity pertaining to distribution of the software without
+ * specific, written prior permission. Keith Packard makes no
+ * representations about the suitability of this software for any purpose. It
+ * is provided "as is" without express or implied warranty.
+ *
+ * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#define FONT_t
+#define TRANS_CLIENT
+#include <X11/transport.c>