summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8eafb05)
raw | patch | inline | side by side (parent: 8eafb05)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 31 Jul 2006 11:49:20 +0000 (11:49 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 31 Jul 2006 11:49:20 +0000 (11:49 +0000) |
src/extension/internal/pdf-cairo.cpp | patch | blob | history |
index 9dba2195bbca82d26a5a64329b1d863645f1016e..c99e0bec88d3dbedd9742583a4c617c4c0b4a5c3 100644 (file)
@@ -837,7 +837,7 @@ PrintCairoPDF::text(Inkscape::Extension::Print *mod, char const *text, NR::Point
pango_font_description_free(adjusted);
tf->Unref();
-#ifdef USE_PANGO_CAIRO
+#ifdef HAVE_PANGO_CAIRO
pango_cairo_update_layout(cr, _layout);
#else
pango_layout_context_changed(_layout); // is this needed?