From 8a5bebb2b8946eee675c7fee4f7448d5d42e71b6 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 25 Mar 2008 22:12:45 +0000 Subject: Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) --- src/snap.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/snap.cpp') diff --git a/src/snap.cpp b/src/snap.cpp index 093ae10e3..639e704b0 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -13,7 +13,7 @@ * * Copyright (C) 2006-2007 Johan Engelen * Copyrigth (C) 2004 Nathan Hurst - * Copyright (C) 1999-2002 Authors + * Copyright (C) 1999-2008 Authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -178,7 +178,8 @@ bool SnapManager::getSnapModeGuide() const Inkscape::SnappedPoint SnapManager::freeSnap(Inkscape::Snapper::PointType t, NR::Point const &p, - SPItem const *it) const + SPItem const *it, + NR::Maybe point_not_to_snap_to) const { std::list lit; -- cgit v1.2.3