summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pencil-context.h')
-rw-r--r--src/pencil-context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pencil-context.h b/src/pencil-context.h
index 467241b17..0845c82ba 100644
--- a/src/pencil-context.h
+++ b/src/pencil-context.h
@@ -30,7 +30,9 @@ struct SPPencilContext : public SPDrawContext {
Geom::Point req_tangent;
bool is_drawing;
- bool pencil_has_snapped_before;
+ bool prev_snap_was_succesful;
+
+ std::vector<Geom::Point> ps;
};
/// The SPPencilContext vtable (empty).