[Fontconfig] fontconfig: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Jul 26 13:40:01 PDT 2014
src/fccompat.c | 4 ++++
src/fcrange.c | 4 ++++
src/fcstat.c | 4 ++++
src/fcweight.c | 4 ++++
4 files changed, 16 insertions(+)
New commits:
commit a9e7b0494e04b3925d1bccc140ff2500cfff9618
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sat Jul 26 16:17:02 2014 -0400
Export recently added API
We should remove this alias mess.
diff --git a/src/fccompat.c b/src/fccompat.c
index f4f3f5f..31d80be 100644
--- a/src/fccompat.c
+++ b/src/fccompat.c
@@ -255,3 +255,7 @@ FcMakeDirectory (const FcChar8 *dir)
FcStrFree (parent);
return ret;
}
+
+#define __fccompat__
+#include "fcaliastail.h"
+#undef __fccompat__
diff --git a/src/fcrange.c b/src/fcrange.c
index 7d0c1c0..39eafd8 100644
--- a/src/fcrange.c
+++ b/src/fcrange.c
@@ -205,3 +205,7 @@ FcRangeSerialize (FcSerialize *serialize, const FcRange *r)
return r_serialize;
}
+
+#define __fcrange__
+#include "fcaliastail.h"
+#undef __fcrange__
diff --git a/src/fcstat.c b/src/fcstat.c
index 0a88097..bbae102 100644
--- a/src/fcstat.c
+++ b/src/fcstat.c
@@ -360,3 +360,7 @@ FcIsFsMtimeBroken (const FcChar8 *dir)
return FcFalse;
}
+
+#define __fcstat__
+#include "fcaliastail.h"
+#undef __fcstat__
diff --git a/src/fcweight.c b/src/fcweight.c
index 20c5da0..87bbe67 100644
--- a/src/fcweight.c
+++ b/src/fcweight.c
@@ -82,3 +82,7 @@ FcWeightToOpenType (int fc_weight)
/* Interpolate between two items. */
return lerp (fc_weight, map[i-1].fc, map[i].fc, map[i-1].ot, map[i].ot);
}
+
+#define __fcweight__
+#include "fcaliastail.h"
+#undef __fcweight__
More information about the Fontconfig
mailing list