From: miklosh Date: Mon, 31 Jul 2006 23:19:08 +0000 (+0000) Subject: change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5a0cdd8152958ab1bc0bed97415c531bb4dd1eb2;p=inkscape.git change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO --- diff --git a/src/extension/internal/pdf-cairo.h b/src/extension/internal/pdf-cairo.h index 8a7b43f3f..816d7bfc7 100644 --- a/src/extension/internal/pdf-cairo.h +++ b/src/extension/internal/pdf-cairo.h @@ -55,7 +55,7 @@ class PrintCairoPDF : public Inkscape::Extension::Implementation::Implementation void print_fill_style(cairo_t *cr, SPStyle const *const style, NRRect const *pbox); void print_stroke_style(cairo_t *cr, SPStyle const *style, NRRect const *pbox); -#ifndef HAVE_PANGO_CAIRO +#ifndef RENDER_WITH_PANGO_CAIRO NR::Point draw_glyphs(cairo_t *cr, NR::Point p, PangoFont *font, PangoGlyphString *glyph_string, bool vertical, bool stroke); #endif