Code

LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
[inkscape.git] / src / sp-shape.h
index 7563e2c7d760e29cda4fe0bdf494fda5bb623935..eb7d01245604277276f41c9142715dc9642f8be0 100644 (file)
@@ -27,6 +27,7 @@
 
 #define SP_SHAPE_WRITE_PATH (1 << 2)
 
+struct SPDesktop;
 struct LivePathEffectObject;
 namespace Inkscape{ 
 namespace LivePathEffect{
@@ -84,4 +85,6 @@ 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);
 
+void sp_shape_edit_next_param_oncanvas(SPShape *shape, SPDesktop *dt);
+
 #endif