X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdisplay%2Finkscape-cairo.h;h=f3be94464acaddc331aa6ebd1eb5da4d74ea3e6a;hb=8b9a820756fdf348239872236be2257f854e094a;hp=03bf50cb57deb4d0dfb7c44212e69d42c0170688;hpb=757c9e23c1aa4c221b7d15ccbb4b387fb6291321;p=inkscape.git diff --git a/src/display/inkscape-cairo.h b/src/display/inkscape-cairo.h index 03bf50cb5..f3be94464 100644 --- a/src/display/inkscape-cairo.h +++ b/src/display/inkscape-cairo.h @@ -13,7 +13,7 @@ #include <2geom/forward.h> #include -#include "libnr/nr-maybe.h" +#include #include "libnr/nr-rect.h" struct NRPixBlock; @@ -21,7 +21,7 @@ class SPCanvasBuf; cairo_t *nr_create_cairo_context_canvasbuf (NRRectL *area, SPCanvasBuf *b); cairo_t *nr_create_cairo_context (NRRectL *area, NRPixBlock *pb); -void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Matrix trans, NR::Maybe area, bool optimize_stroke, double stroke_width); +void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv, Geom::Matrix trans, boost::optional area, bool optimize_stroke, double stroke_width); void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv); #endif