summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormiklosh <miklosh@users.sourceforge.net>2006-07-31 23:19:08 +0000
committermiklosh <miklosh@users.sourceforge.net>2006-07-31 23:19:08 +0000
commit989904be1bca6b277708255e73823c47542863fb (patch)
treee7a4e0e0561ac129828cdd3669313d483c4c3324 /src
parentchange HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO (diff)
downloadinkscape-989904be1bca6b277708255e73823c47542863fb.tar.gz
inkscape-989904be1bca6b277708255e73823c47542863fb.zip
change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO
(bzr r1536)
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/pdf-cairo.h2
1 files changed, 1 insertions, 1 deletions
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