summaryrefslogtreecommitdiffstats
path: root/src/snap-preferences.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2011-08-27 20:54:42 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2011-08-27 20:54:42 +0000
commite5c85aa8478032ebecd8c586dc27afcaf77e4314 (patch)
tree923a4834378aa73d9a5b16e4006825e114ce5baf /src/snap-preferences.h
parentTranslations. Japanese translation (by Masato HASHIMOTO) and French translati... (diff)
downloadinkscape-e5c85aa8478032ebecd8c586dc27afcaf77e4314.tar.gz
inkscape-e5c85aa8478032ebecd8c586dc27afcaf77e4314.zip
Allow snapping to path intersections without snapping to the paths themselves
(bzr r10585)
Diffstat (limited to 'src/snap-preferences.h')
-rw-r--r--src/snap-preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snap-preferences.h b/src/snap-preferences.h
index cfcdf6137..9f126d791 100644
--- a/src/snap-preferences.h
+++ b/src/snap-preferences.h
@@ -28,6 +28,7 @@ public:
bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2) const;
bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2, Inkscape::SnapTargetType const target3) const;
bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2, Inkscape::SnapTargetType const target3, Inkscape::SnapTargetType const target4) const;
+ bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2, Inkscape::SnapTargetType const target3, Inkscape::SnapTargetType const target4, Inkscape::SnapTargetType const target5) const;
bool isSnapButtonEnabled(Inkscape::SnapTargetType const target) const;
void setSnapModeBBox(bool enabled);