|
|
|
|
@ -116,3 +116,15 @@ Index: pangoxft.pc.in
|
|
|
|
|
Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@
|
|
|
|
|
-Cflags: -I${includedir}/pango-1.0
|
|
|
|
|
+Cflags: -I${includedir}/pango-1.0 -I${includedir}
|
|
|
|
|
Index: pango/pangocairo-render.c
|
|
|
|
|
--- pango/pangocairo-render.c.orig 2008-08-06 11:13:59 +0200
|
|
|
|
|
+++ pango/pangocairo-render.c 2008-09-26 23:00:06 +0200
|
|
|
|
|
@@ -710,7 +710,7 @@
|
|
|
|
|
cairo_get_current_point (renderer->cr, &renderer->x_offset, &renderer->y_offset);
|
|
|
|
|
|
|
|
|
|
/* abuse save_current_point() to cache cairo_has_show_text_glyphs() result */
|
|
|
|
|
- renderer->has_show_text_glyphs = cairo_has_show_text_glyphs (renderer->cr);
|
|
|
|
|
+ renderer->has_show_text_glyphs = INT_cairo_surface_cairo_has_show_text_glyphs (renderer->cr);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
|