summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-04 10:49:11 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-04 10:49:11 +0000
commit0671a2636ed259b1449b6cd4e4058fe4483f97b4 (patch)
treea1bf49426ee8ab0cb12818b5e6f5d8127a399601 /src/box3d-context.cpp
parentNew/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain... (diff)
downloadinkscape-0671a2636ed259b1449b6cd4e4058fe4483f97b4.tar.gz
inkscape-0671a2636ed259b1449b6cd4e4058fe4483f97b4.zip
Two variants of resizing 3D boxes (using three/four handles, respectively, demonstrating different behaviours). Much of this will be reverted once the final behaviour is settled.
(bzr r3184)
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index 1ec86b827..a6a431905 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -91,6 +91,7 @@ static void sp_3dbox_context_class_init(SP3DBoxContextClass *klass)
}
Box3D::Perspective3D * SP3DBoxContext::current_perspective = NULL;
+guint SP3DBoxContext::number_of_handles = 3;
static void sp_3dbox_context_init(SP3DBoxContext *box3d_context)
{