summaryrefslogtreecommitdiffstats
path: root/src/sp-paint-server.h
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2014-10-14 11:30:31 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2014-10-14 11:30:31 +0000
commitbf11ecdfe29082801833fa565f0a1710f6fcd281 (patch)
tree6030ebac0996bd586d648567544e9f9198a3b654 /src/sp-paint-server.h
parentMerged hatch rendering code (diff)
downloadinkscape-bf11ecdfe29082801833fa565f0a1710f6fcd281.tar.gz
inkscape-bf11ecdfe29082801833fa565f0a1710f6fcd281.zip
Merged hatch pdf and png export code
(bzr r13611.1.9)
Diffstat (limited to 'src/sp-paint-server.h')
-rw-r--r--src/sp-paint-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-paint-server.h b/src/sp-paint-server.h
index 91d292424..6c88199b9 100644
--- a/src/sp-paint-server.h
+++ b/src/sp-paint-server.h
@@ -43,7 +43,7 @@ public:
//on demand by pattern_new method. It is used for gradients. The other one is to add elements
//representing PaintServer in NR tree. It is used by hatches and patterns.
//Either pattern new or all three methods show, hide, setBBox need to be implemented
- virtual Inkscape::DrawingPattern *show(Inkscape::Drawing &drawing, unsigned int key) {return NULL;}
+ virtual Inkscape::DrawingPattern *show(Inkscape::Drawing &drawing, unsigned int key, Geom::OptRect bbox) {return NULL;}
virtual void hide(unsigned int key) {};
virtual void setBBox(unsigned int key, Geom::OptRect const &bbox) {};