head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.1.0.20 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.18 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.16 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.14 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.12 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.10 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.8 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.6 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.4 pkgsrc-2008Q1:1.1.0.2 pkgsrc-2008Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2010.01.15.18.41.55; author tnn; state dead; branches; next 1.1; 1.1 date 2008.01.29.04.18.45; author bjs; state Exp; branches; next ; desc @@ 1.2 log @Update to libXft-2.1.14. Changes: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Set Xft.h version numbers from configure.ac Split NEWS & README, update both Add generated Xft.h to .gitignore libXft 2.1.14 Header cleanup (bug#4703) Fix install of generated Xft.h when builddir != srcdir Janitor: Correct make distcheck and sparse warnings. Added fake bold support (#1579, Novell #38202/223682). @ text @$NetBSD: patch-ae,v 1.1 2008/01/29 04:18:45 bjs Exp $ If HAVE_FT_GLYPHSLOT_EMBOLDEN is defined in config.h, then FT_GlyphSlot_Embolden() is called. This function's prototype is in , so conditionally include it. Implicit declaration bad. Prototypes good. Fixes warning. --- src/xftglyphs.c.orig 2006-12-07 05:17:19.000000000 -0500 +++ src/xftglyphs.c @@@@ -25,6 +25,10 @@@@ #include "xftint.h" #include +#if HAVE_FT_GLYPHSLOT_EMBOLDEN +#include +#endif + static const int filters[3][3] = { /* red */ #if 0 @ 1.1 log @ Fix three bugs: - XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200) - libXft was using XFT_MAX_GLYPH_MEMORY without first registering with fontconfig. - Include if FT_GlyphSlot_Embolden() shall be called. First two from GIT, last one by me. Bump rev. @ text @d1 1 a1 1 $NetBSD$ @