From 5a0cdd8152958ab1bc0bed97415c531bb4dd1eb2 Mon Sep 17 00:00:00 2001 From: miklosh Date: Mon, 31 Jul 2006 23:19:08 +0000 Subject: [PATCH] change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO --- src/extension/internal/pdf-cairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2