Code

change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO
authormiklosh <miklosh@users.sourceforge.net>
Mon, 31 Jul 2006 23:19:08 +0000 (23:19 +0000)
committermiklosh <miklosh@users.sourceforge.net>
Mon, 31 Jul 2006 23:19:08 +0000 (23:19 +0000)
src/extension/internal/pdf-cairo.h

index 8a7b43f3fda038cd097fef380ecde4d349deb2fd..816d7bfc7f6e0166baa831161bf1ee95bd9e8c69 100644 (file)
@@ -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