[Fontconfig] fontconfig: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Oct 6 11:59:15 PDT 2011
fontconfig/fontconfig.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 19651262e9502c952184f27962c9f5e521a11db9
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Oct 6 14:59:04 2011 -0400
Add FcPublic to FcLangSetUnion and FcLangSetSubtract
Patch from ssp
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 29a6ed4..db26b97 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -605,10 +605,10 @@ FcLangSetHash (const FcLangSet *ls);
FcPublic FcStrSet *
FcLangSetGetLangs (const FcLangSet *ls);
-FcLangSet *
+FcPublic FcLangSet *
FcLangSetUnion (const FcLangSet *a, const FcLangSet *b);
-FcLangSet *
+FcPublic FcLangSet *
FcLangSetSubtract (const FcLangSet *a, const FcLangSet *b);
/* fclist.c */
More information about the Fontconfig
mailing list