summaryrefslogtreecommitdiffstats
path: root/src/snap-enums.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2012-02-14 23:08:32 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2012-02-14 23:08:32 +0000
commit2f013ce44d64f518703648c6ee7c392f38a1beb7 (patch)
tree94d7b1f7ba01dee874d3f9de72a37c5ee6000596 /src/snap-enums.h
parent1) Add checkboxes for perpendicular and tangential snapping to the document p... (diff)
downloadinkscape-2f013ce44d64f518703648c6ee7c392f38a1beb7.tar.gz
inkscape-2f013ce44d64f518703648c6ee7c392f38a1beb7.zip
Snap to grid/guide lines perpendicularly
(bzr r10976)
Diffstat (limited to 'src/snap-enums.h')
-rw-r--r--src/snap-enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snap-enums.h b/src/snap-enums.h
index 22f1b9cdc..c6ca97402 100644
--- a/src/snap-enums.h
+++ b/src/snap-enums.h
@@ -79,9 +79,11 @@ enum SnapTargetType {
SNAPTARGET_DATUMS_CATEGORY = 64, // will be used as a flag and must therefore be a power of two
SNAPTARGET_GRID,
SNAPTARGET_GRID_INTERSECTION,
+ SNAPTARGET_GRID_PERPENDICULAR,
SNAPTARGET_GUIDE,
SNAPTARGET_GUIDE_INTERSECTION,
SNAPTARGET_GUIDE_ORIGIN,
+ SNAPTARGET_GUIDE_PERPENDICULAR,
SNAPTARGET_GRID_GUIDE_INTERSECTION,
SNAPTARGET_PAGE_BORDER,
SNAPTARGET_PAGE_CORNER,