summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-03-14 17:59:51 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-03-14 17:59:51 +0000
commitb11b62ddd952a15b0e3f1192c38f3ca15d1197f8 (patch)
tree81780525416b938689fa0e85aaa9256d459f601f /src/path-chemistry.h
parentImplement keyboard shortcuts for single handle adjustments. (diff)
downloadinkscape-b11b62ddd952a15b0e3f1192c38f3ca15d1197f8.tar.gz
inkscape-b11b62ddd952a15b0e3f1192c38f3ca15d1197f8.zip
fix pasting of LPE stacks
Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191)
Diffstat (limited to 'src/path-chemistry.h')
-rw-r--r--src/path-chemistry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path-chemistry.h b/src/path-chemistry.h
index 14b2b6ffb..64d7f63af 100644
--- a/src/path-chemistry.h
+++ b/src/path-chemistry.h
@@ -18,9 +18,10 @@
void sp_selected_path_combine (SPDesktop *desktop);
void sp_selected_path_break_apart (SPDesktop *desktop);
void sp_selected_path_to_curves (SPDesktop *desktop, bool interactive = true);
+void sp_selected_to_lpeitems(SPDesktop *desktop);
Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
void sp_selected_path_reverse (SPDesktop *desktop);
-bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_select);
+bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_select, bool skip_all_lpeitems = false);
#endif