]> granicus.if.org Git - graphviz/commitdiff
disable pango xshow generation as it seems to make -Tps worse
authorellson <devnull@localhost>
Thu, 1 Nov 2007 14:43:35 +0000 (14:43 +0000)
committerellson <devnull@localhost>
Thu, 1 Nov 2007 14:43:35 +0000 (14:43 +0000)
plugin/pango/gvtextlayout_pango.c

index 137c6688f1356008cd9740f30c1933d7ae74c946..a3047917b63fdab3447360115a0e34269120d81b 100644 (file)
@@ -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;