[Libreoffice-commits] .: vcl/unx
Fridrich Strba
fridrich at kemper.freedesktop.org
Tue Apr 12 02:26:48 PDT 2011
vcl/unx/source/fontmanager/fontconfig.cxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 57613b54308478b428b0c5b8f5e272fb860fa73a
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Tue Apr 12 11:25:59 2011 +0200
Our fontconfig baseline is 2.2.0
diff --git a/vcl/unx/source/fontmanager/fontconfig.cxx b/vcl/unx/source/fontmanager/fontconfig.cxx
index 43b64d1..15c8275 100644
--- a/vcl/unx/source/fontmanager/fontconfig.cxx
+++ b/vcl/unx/source/fontmanager/fontconfig.cxx
@@ -50,6 +50,12 @@ using namespace psp;
#ifndef FC_FAMILYLANG // TODO: remove when baseline moves to fc>=2.2.97
#define FC_FAMILYLANG "familylang"
#endif
+ #ifndef FC_CAPABILITY // TODO: remove when baseline moves to fc>=2.2.97
+ #define FC_CAPABILITY "capability"
+ #endif
+ #ifndef FC_STYLELANG // TODO: remove when baseline moves to fc>=2.2.97
+ #define FC_STYLELANG "stylelang"
+ #endif
#ifndef FC_HINT_STYLE // TODO: remove when baseline moves to fc>=2.2.91
#define FC_HINT_STYLE "hintstyle"
#define FC_HINT_NONE 0
More information about the Libreoffice-commits
mailing list