summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-shape.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-06 13:38:28 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-08-06 13:38:28 +0000
commit42c8636a2c5814746c41f1452ffa7df99cf21367 (patch)
tree07cfd6d6d3766e252a6edfce0d1c7f9ff67cb1ba /src/display/drawing-shape.h
parentRewrite NRArenaItem hierarchy into C++ (diff)
downloadinkscape-42c8636a2c5814746c41f1452ffa7df99cf21367.tar.gz
inkscape-42c8636a2c5814746c41f1452ffa7df99cf21367.zip
Document things figured out during the rewriting
(bzr r10347.1.22)
Diffstat (limited to 'src/display/drawing-shape.h')
-rw-r--r--src/display/drawing-shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-shape.h b/src/display/drawing-shape.h
index 7fd16374e..4b7b75e2a 100644
--- a/src/display/drawing-shape.h
+++ b/src/display/drawing-shape.h
@@ -36,7 +36,7 @@ protected:
unsigned flags, unsigned reset);
virtual void _renderItem(DrawingContext &ct, Geom::IntRect const &area, unsigned flags);
virtual void _clipItem(DrawingContext &ct, Geom::IntRect const &area);
- virtual DrawingItem *_pickItem(Geom::Point const &p, double delta);
+ virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, bool sticky);
virtual bool _canClip();
SPCurve *_curve;