summaryrefslogtreecommitdiff
path: root/poppler/CairoOutputDev.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-12-03 23:23:53 +0000
committerKristian Høgsberg <krh@redhat.com>2005-12-03 23:23:53 +0000
commit58de0458e17b1639ce0bcae45a4b09b2c0a56618 (patch)
tree48248c39558ec655dfd4311bcbf6874e9b3b94cb /poppler/CairoOutputDev.h
parentdf45483f1437d8a96519e1428d1f4b3ffc08c2cd (diff)
2005-12-03 Kristian Høgsberg <krh@redhat.com>
* qt/Makefile.am (noinst_PROGRAMS): Only build qt test program if splash is enabled. * poppler/CairoOutputDev.cc: Remove unused grid snapping code, sidestepping #4507. * glib/poppler-document.h (PopplerPermissions): Breaking enum definition over multiple lines confuses glib-mkenums (#4600). * poppler/Makefile.am (libpoppler_la_LIBADD): Add FREETYPE_LIBS (#4515). * poppler/TextOutputDev.cc: * qt/poppler-qt.h: GCC-4.1 fixes (#5031).
Diffstat (limited to 'poppler/CairoOutputDev.h')
-rw-r--r--poppler/CairoOutputDev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 80bc2fd4..ab790469 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -133,7 +133,7 @@ public:
void setSurface (cairo_surface_t *surface);
protected:
- void doPath(GfxState *state, GfxPath *path, GBool snapToGrid);
+ void doPath(GfxState *state, GfxPath *path);
GfxRGB fill_color, stroke_color;
cairo_pattern_t *fill_pattern, *stroke_pattern;