diff options
author | marha <marha@users.sourceforge.net> | 2012-03-12 07:18:46 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-12 07:18:46 +0100 |
commit | b91444584a64f4f7b3eaeee05ef36ac53691fb24 (patch) | |
tree | 2a66e96251ca0ee198c908d6bdbed2e1862fb310 /libXft/src/xftglyphs.c | |
parent | d483a0007d3a25fbf565436f655fa45b4265628a (diff) | |
download | vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.tar.gz vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.tar.bz2 vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.zip |
xkeyboard-config fontconfig libX11 libXft libxcb mesa git update 12 Mar 2012
Diffstat (limited to 'libXft/src/xftglyphs.c')
-rw-r--r-- | libXft/src/xftglyphs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libXft/src/xftglyphs.c b/libXft/src/xftglyphs.c index 4a3b9d606..2f3dc5a6b 100644 --- a/libXft/src/xftglyphs.c +++ b/libXft/src/xftglyphs.c @@ -24,9 +24,7 @@ #include <freetype/ftoutln.h> #include <freetype/ftlcdfil.h> -#if HAVE_FT_GLYPHSLOT_EMBOLDEN #include <freetype/ftsynth.h> -#endif /* * Validate the memory info for a font @@ -434,12 +432,10 @@ XftFontLoadGlyphs (Display *dpy, glyphslot = face->glyph; -#if HAVE_FT_GLYPHSLOT_EMBOLDEN /* * Embolden if required */ if (font->info.embolden) FT_GlyphSlot_Embolden(glyphslot); -#endif /* * Compute glyph metrics from FreeType information |