diff options
Diffstat (limited to 'src/sp-path.h')
| -rw-r--r-- | src/sp-path.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sp-path.h b/src/sp-path.h index d55c97829..cd413db54 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -22,6 +22,8 @@ #define SP_IS_PATH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SP_TYPE_PATH)) struct SPPath : public SPShape { + SPCurve *original_curve; + SPConnEndPair connEndPair; }; @@ -32,6 +34,10 @@ struct SPPathClass { GType sp_path_get_type (void); gint sp_nodes_in_path(SPPath *path); +void sp_path_set_original_curve (SPPath *path, SPCurve *curve, unsigned int owner, bool write); +SPCurve* sp_path_get_original_curve (SPPath *path); +SPCurve* sp_path_get_curve_for_edit (SPPath *path); + #endif /* |
