summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a415d1e)
raw | patch | inline | side by side (parent: a415d1e)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 7 Aug 2007 01:03:41 +0000 (01:03 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 7 Aug 2007 01:03:41 +0000 (01:03 +0000) |
src/path-chemistry.cpp | patch | blob | history | |
src/path-chemistry.h | patch | blob | history |
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index cbb157c3dc24099c4945742ec66cdd6becae8e9f..7eb84b13724df0aa7770af83f9eb440bb333da7e 100644 (file)
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
#include "selection.h"
#include "desktop-handles.h"
+#include "path-chemistry.h"
+
/* Helper functions for sp_selected_path_to_curves */
static void sp_selected_path_to_curves0(gboolean do_document_done, guint32 text_grouping_policy);
-static Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
enum {
/* Not used yet. This is the placeholder of Lauris's idea. */
SP_TOCURVE_INTERACTIVE = 1 << 0,
}
}
-static Inkscape::XML::Node *
+Inkscape::XML::Node *
sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy)
{
if (!item)
diff --git a/src/path-chemistry.h b/src/path-chemistry.h
index 41187bbe19a6fda718a96360f5a1fa97c42f246c..52b3b189d31d4bb4cc89c4d8ecbd6ac41a5c3d06 100644 (file)
--- a/src/path-chemistry.h
+++ b/src/path-chemistry.h
void sp_selected_path_combine (void);
void sp_selected_path_break_apart (void);
void sp_selected_path_to_curves (void);
-
+Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
void sp_selected_path_reverse ();
#endif