Subject: Re: Xft and freetype2
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Tyler Retzlaff <rtr@twentynine.org>
List: tech-x11
Date: 02/21/2004 13:32:24
On Saturday 21 February 2004 11:11, you wrote:
> I just found that I needed the following. (I don't know from what point
> in freetype's evolution this works...)

Needed it for what though?

Tyler

>
> Cheers,
>
> Patrick
>
> Index: Xft.h
> ===================================================================
> RCS file: /cvsroot/xsrc/xfree/xc/lib/Xft/Xft.h,v
> retrieving revision 1.1.1.4
> diff -u -r1.1.1.4 Xft.h
> --- Xft.h	2003/02/28 13:18:51	1.1.1.4
> +++ Xft.h	2004/02/21 00:08:18
> @@ -32,7 +32,8 @@
>  #define XftVersion	XFT_VERSION
>
>  #include <stdarg.h>
> -#include <freetype/freetype.h>
> +#include <ft2build.h>
> +#include FT_FREETYPE_H
>  #include <fontconfig/fontconfig.h>
>  #include <X11/extensions/Xrender.h>