[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 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 aa263707166bf3b8a8949281e9609e31975f36e8
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 34afcd4..a60da2a 100644
--- a/vcl/unx/source/fontmanager/fontconfig.cxx
+++ b/vcl/unx/source/fontmanager/fontconfig.cxx
@@ -49,6 +49,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