]> git.pld-linux.org Git - packages/vte.git/blob - vte-Xft2.patch
- updated to 0.10.4
[packages/vte.git] / vte-Xft2.patch
1 --- vte-0.10.3/src/vte.c.wiget  Fri Nov  8 17:41:48 2002
2 +++ vte-0.10.3/src/vte.c        Fri Nov  8 17:50:46 2002
3 @@ -60,9 +60,11 @@
4  #include "vteaccess.h"
5  #include <X11/Xlib.h>
6  #ifdef HAVE_XFT
7 +#ifndef HAVE_XFT2
8  #include <X11/Xft/Xft.h>
9 -#ifdef HAVE_XFT2
10 +#else
11  #include <fontconfig/fontconfig.h>
12 +#include <X11/Xft2/Xft.h>
13  #endif
14  #endif
15  
This page took 0.145165 seconds and 3 git commands to generate.