summaryrefslogtreecommitdiffstats
path: root/src/pen-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pen-context.h')
-rw-r--r--src/pen-context.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pen-context.h b/src/pen-context.h
index 49e77e389..3e4e90924 100644
--- a/src/pen-context.h
+++ b/src/pen-context.h
@@ -7,6 +7,11 @@
#include "draw-context.h"
+namespace Inkscape {
+namespace LivePathEffect {
+class Effect;
+}
+}
#define SP_TYPE_PEN_CONTEXT (sp_pen_context_get_type())
#define SP_PEN_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST((o), SP_TYPE_PEN_CONTEXT, SPPenContext))
@@ -41,6 +46,8 @@ 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;
+ SPLPEItem *waiting_item;
SPCanvasItem *c0, *c1, *cl0, *cl1;