summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snap.h b/src/snap.h
index ac314c66d..5290ef081 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -86,6 +86,7 @@ public:
Geom::Point &p,
Inkscape::SnapSourceType const source_type,
Inkscape::Snapper::ConstraintLine const &constraint,
+ bool snap_projection, //try snapping the projection of p onto the constraint line, not p itself
bool first_point = true,
Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;
@@ -93,6 +94,7 @@ public:
Geom::Point const &p,
Inkscape::SnapSourceType const &source_type,
Inkscape::Snapper::ConstraintLine const &constraint,
+ bool const snap_projection,
bool first_point = true,
Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;