[Fontconfig] fontconfig: Branch 'master'
Keith Packard
keithp at kemper.freedesktop.org
Mon Jan 7 16:31:12 PST 2008
src/fcfreetype.c | 1 +
src/fclang.c | 1 +
src/fcpat.c | 1 +
3 files changed, 3 insertions(+)
New commits:
commit a0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f
Author: Keith Packard <keithp at keithp.com>
Date: Mon Jan 7 16:31:06 2008 -0800
Include fcftaliastail.h so that the freetype funcs are exported.
This header file needs to be included at the end of every file that
exports any freetype symbols.
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 53fe86b..c5d5251 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -2989,4 +2989,5 @@ bail:
#define __fcfreetype__
#include "fcaliastail.h"
+#include "fcftaliastail.h"
#undef __fcfreetype__
diff --git a/src/fclang.c b/src/fclang.c
index dc1fb36..229a13e 100644
--- a/src/fclang.c
+++ b/src/fclang.c
@@ -746,4 +746,5 @@ FcLangSetSerialize(FcSerialize *serialize, const FcLangSet *l)
}
#define __fclang__
#include "fcaliastail.h"
+#include "fcftaliastail.h"
#undef __fclang__
diff --git a/src/fcpat.c b/src/fcpat.c
index c8368fc..9a62ec9 100644
--- a/src/fcpat.c
+++ b/src/fcpat.c
@@ -1230,4 +1230,5 @@ FcValueListSerialize (FcSerialize *serialize, const FcValueList *vl)
}
#define __fcpat__
#include "fcaliastail.h"
+#include "fcftaliastail.h"
#undef __fcpat__
More information about the Fontconfig
mailing list