From 50117a84a11befe82500af24093588cac2e71e4d Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 1 Nov 2007 14:43:35 +0000 Subject: [PATCH] disable pango xshow generation as it seems to make -Tps worse --- plugin/pango/gvtextlayout_pango.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pango/gvtextlayout_pango.c b/plugin/pango/gvtextlayout_pango.c index 137c6688f..a3047917b 100644 --- a/plugin/pango/gvtextlayout_pango.c +++ b/plugin/pango/gvtextlayout_pango.c @@ -46,7 +46,7 @@ static boolean pango_textlayout(textpara_t * para, char **fontpath) PangoLayout *layout; PangoRectangle logical_rect; PangoLayoutIter* iter; -#define ENABLE_PANGO_XSHOW +/* #define ENABLE_PANGO_XSHOW */ #ifdef ENABLE_PANGO_XSHOW PangoRectangle char_rect; int xshow_alloc, xshow_pos; -- 2.50.1