summaryrefslogtreecommitdiffstats
path: root/src/splivarot.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-08-03 20:41:01 +0000
committerjabiertxof <info@marker.es>2016-08-03 20:41:01 +0000
commitc95b03989b70f33ff3d54f2e644673ab518ac68b (patch)
tree53ad62ee2069366f1428bfd088cca7d64973cb63 /src/splivarot.h
parentFix broken headers (diff)
downloadinkscape-c95b03989b70f33ff3d54f2e644673ab518ac68b.tar.gz
inkscape-c95b03989b70f33ff3d54f2e644673ab518ac68b.zip
Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14
(bzr r15036)
Diffstat (limited to 'src/splivarot.h')
-rw-r--r--src/splivarot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.h b/src/splivarot.h
index 3278956bf..665946f71 100644
--- a/src/splivarot.h
+++ b/src/splivarot.h
@@ -53,8 +53,8 @@ void sp_selected_path_create_updating_offset_object_zero (SPDesktop *desktop);
// outline of a curve
// uses the stroke-width
-void sp_selected_path_outline (SPDesktop *desktop);
-bool sp_item_path_outline(SPItem *item, SPDesktop *desktop);
+void sp_selected_path_outline (SPDesktop *desktop, bool legacy = false);
+bool sp_item_path_outline(SPItem *item, SPDesktop *desktop, bool legacy);
Geom::PathVector* item_outline(SPItem const *item, bool bbox_only = false);
// simplifies a path (removes small segments and the like)