summaryrefslogtreecommitdiffstats
path: root/src/pen-context.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-12 13:23:30 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-12 13:23:30 +0000
commit30dd228b3490bc81b04c6fa3fb36f8c91ceec4e6 (patch)
treecbf33c264f6e4a6e048508046ae011a7dd237d7f /src/pen-context.h
parentInfrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for... (diff)
downloadinkscape-30dd228b3490bc81b04c6fa3fb36f8c91ceec4e6.tar.gz
inkscape-30dd228b3490bc81b04c6fa3fb36f8c91ceec4e6.zip
More infrastructure to have waiting LPEs that are freshly created and applied to yet-to-be-drawn paths
(bzr r5903)
Diffstat (limited to 'src/pen-context.h')
-rw-r--r--src/pen-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-context.h b/src/pen-context.h
index 3e4e90924..fb5c22371 100644
--- a/src/pen-context.h
+++ b/src/pen-context.h
@@ -46,7 +46,7 @@ struct SPPenContext : public SPDrawContext {
bool polylines_only;
unsigned int expecting_clicks_for_LPE; // if positive, finish the path after this many clicks
- Inkscape::LivePathEffect::Effect *waiting_LPE;
+ Inkscape::LivePathEffect::Effect *waiting_LPE; // if NULL, waiting_LPE_type in SPDrawContext is taken into account
SPLPEItem *waiting_item;
SPCanvasItem *c0, *c1, *cl0, *cl1;