summaryrefslogtreecommitdiffstats
path: root/src/box3d.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-01-09 02:40:03 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-01-09 02:40:03 +0000
commite02a2538ec72f8d8aaaab5f62b5fb57da9ca1cdc (patch)
tree2b7f78d4304636620999003baa1efd7601f942d7 /src/box3d.h
parentKhmer translations updated (diff)
downloadinkscape-e02a2538ec72f8d8aaaab5f62b5fb57da9ca1cdc.tar.gz
inkscape-e02a2538ec72f8d8aaaab5f62b5fb57da9ca1cdc.zip
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying 'convert to path' (closes LP #179693 and #176646).
(bzr r4439)
Diffstat (limited to 'src/box3d.h')
-rw-r--r--src/box3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d.h b/src/box3d.h
index d80cf038b..12d6bfc4b 100644
--- a/src/box3d.h
+++ b/src/box3d.h
@@ -81,6 +81,8 @@ void box3d_mark_transformed(SPBox3D *box);
Persp3D *box3d_get_perspective(SPBox3D const *box);
void box3d_switch_perspectives(SPBox3D *box, Persp3D *old_persp, Persp3D *new_persp, bool recompute_corners = false);
+SPGroup *box3d_convert_to_group(SPBox3D *box);
+
#endif /* __SP_BOX3D_H__ */
/*