Code

fix node counting for "moveto"-only paths.
[inkscape.git] / src / box3d-side.h
index d2a1d62c9b9e2a46a9a79311368b291dcb1b1709..d40e64b7524311b3f981108783ea26d77f5235ae 100644 (file)
@@ -39,13 +39,13 @@ struct Box3DSideClass {
 
 GType box3d_side_get_type (void);
 
-//void sp_box3d_side_position_set (Box3DSide *side, NR::Point corner1, NR::Point corner2);
-void box3d_side_set_shape (SPShape *shape);
 void box3d_side_position_set (Box3DSide *side); // FIXME: Replace this by box3d_side_set_shape??
 void box3d_side_apply_style (Box3DSide *side);
 gchar *box3d_side_axes_string(Box3DSide *side);
 Persp3D *box3d_side_perspective(Box3DSide *side);
 
+Inkscape::XML::Node *box3d_side_convert_to_path(Box3DSide *side);
+
 #endif /* __BOX3D_SIDE_H__ */
 
 /*