Code

remove desktop-affine.cpp
[inkscape.git] / src / path-chemistry.h
index a715833d052d2085a06623454169ae95fdfeace8..14b2b6ffbd9cec0034157b88bc80b3ff5b7e3bd1 100644 (file)
 
 #include "forward.h"
 
-void sp_selected_path_combine (void);
-void sp_selected_path_break_apart (void);
-void sp_selected_path_to_curves (bool interactive = true);
+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);
 Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
-void sp_selected_path_reverse ();
+void sp_selected_path_reverse (SPDesktop *desktop);
+bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_select);
 
 #endif