From b752403a028a4ee317c4cb40d798adff3438f271 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 12 Mar 2004 11:18:23 +0000 Subject: 34. Added a hack to fc-lang and fc-list to prevent installation if define InstallFontconfigLibrary NO (Egbert Eich). 33. Updated Xft to 2.1.5 (Egbert Eich). 32. Make ELF loader work on systems with non-exec stack/heaps (bugzilla #296, John Dennis, Mike Harris). 31. Fix for xdm to work on a non-IPv6 system when built with IPv6 support (bugzilla #287, Peter Breitenlohner) (confirmed by: Alan Coopersmith). 30. Fix Xi XselectExtensionEvent for 64 bit machines (bugzilla #285, Andreas Luik) (confirmed by: Paul Anderson, Alan Coopersmith). --- include/X11/Xft/Xft.h | 2 +- src/xftfreetype.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/X11/Xft/Xft.h b/include/X11/Xft/Xft.h index 49c5720..d495b58 100644 --- a/include/X11/Xft/Xft.h +++ b/include/X11/Xft/Xft.h @@ -33,7 +33,7 @@ #define XFT_MAJOR 2 #define XFT_MINOR 1 -#define XFT_REVISION 4 +#define XFT_REVISION 5 #define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION)) #define XftVersion XFT_VERSION diff --git a/src/xftfreetype.c b/src/xftfreetype.c index 063f678..d6285b4 100644 --- a/src/xftfreetype.c +++ b/src/xftfreetype.c @@ -208,9 +208,6 @@ _XftSetFace (XftFtFile *f, FT_F26Dot6 xsize, FT_F26Dot6 ysize, FT_Matrix *matrix #if !HAVE_FT_BITMAP_SIZE_Y_PPEM #define y_ppem height #define x_ppem width -#warning using old freetype without y_ppem -#else -#warning using new freetype with y_ppem #endif for (i = 0; i < face->num_fixed_sizes; i++) { -- cgit v1.2.1