diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-09-14 21:41:07 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-09-14 21:41:07 +0000 |
| commit | 93124d10d65528cd8db7c81b1609c6533d4912cd (patch) | |
| tree | cbe14fabe62f4d678054e7a6d55267186e5566a0 /src/sp-shape.h | |
| parent | Fixed min/max confusion bug (diff) | |
| download | inkscape-93124d10d65528cd8db7c81b1609c6533d4912cd.tar.gz inkscape-93124d10d65528cd8db7c81b1609c6533d4912cd.zip | |
fix pasting of LPE's across multiple document; plus a number of small fixes.
(bzr r3745)
Diffstat (limited to 'src/sp-shape.h')
| -rw-r--r-- | src/sp-shape.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-shape.h b/src/sp-shape.h index 23dd8cd38..7563e2c7d 100644 --- a/src/sp-shape.h +++ b/src/sp-shape.h @@ -44,7 +44,7 @@ struct SPShape : public SPItem { gchar *path_effect_href; Inkscape::LivePathEffect::LPEObjectReference *path_effect_ref; - sigc::connection lpe_modified_connection; + sigc::connection lpe_modified_connection; }; struct SPShapeClass { @@ -82,5 +82,6 @@ void sp_shape_perform_path_effect(SPCurve *curve, SPShape *shape); void sp_shape_set_path_effect(SPShape *shape, gchar *value); void sp_shape_remove_path_effect(SPShape *shape); +bool sp_shape_has_path_effect(SPShape *shape); #endif |
