From bae59caa568c5dbf0c96d7d4d9e8a7870119d492 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 11 Jan 2009 12:10:19 +0000 Subject: Optionally snap from/to midpoints of the edges of a bounding box (bzr r7108) --- src/object-snapper.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/object-snapper.h') diff --git a/src/object-snapper.h b/src/object-snapper.h index 9972677e0..9151dbd8a 100644 --- a/src/object-snapper.h +++ b/src/object-snapper.h @@ -151,8 +151,10 @@ private: //snap bbox corners to nodes, or nodes to bboxes. //(snapping to grids and guides is not affected by this) bool _strict_snapping; -}; +}; // end of ObjectSnapper class + +void getBBoxPoints(Geom::OptRect const bbox, std::vector *points, bool const includeMidpoints); -} +} // end of namespace Inkscape #endif -- cgit v1.2.3