summaryrefslogtreecommitdiffstats
path: root/src/snapped-point.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-08-02 12:32:58 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-08-02 12:32:58 +0000
commit1491c7366dff69bc5e5dc9de5c6574f71d31ed1b (patch)
treef1070b5020d665b5990a2b483228b66da3f03007 /src/snapped-point.h
parentCleaning some code again and changing individual filters id to avoid conflict... (diff)
downloadinkscape-1491c7366dff69bc5e5dc9de5c6574f71d31ed1b.tar.gz
inkscape-1491c7366dff69bc5e5dc9de5c6574f71d31ed1b.zip
Snap to a guide's origin too (resulting in a 2D constraint), instead of only to the guide itself (only 1D constraint)
(bzr r8383)
Diffstat (limited to 'src/snapped-point.h')
-rw-r--r--src/snapped-point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h
index d071afddc..70d16b0be 100644
--- a/src/snapped-point.h
+++ b/src/snapped-point.h
@@ -26,6 +26,7 @@ enum SnapTargetType {
SNAPTARGET_GRID_INTERSECTION,
SNAPTARGET_GUIDE,
SNAPTARGET_GUIDE_INTERSECTION,
+ SNAPTARGET_GUIDE_ORIGIN,
SNAPTARGET_GRID_GUIDE_INTERSECTION,
SNAPTARGET_NODE_SMOOTH,
SNAPTARGET_NODE_CUSP,