diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-04 10:49:11 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-04 10:49:11 +0000 |
| commit | 0671a2636ed259b1449b6cd4e4058fe4483f97b4 (patch) | |
| tree | a1bf49426ee8ab0cb12818b5e6f5d8127a399601 /src/box3d-context.cpp | |
| parent | New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain... (diff) | |
| download | inkscape-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.cpp | 1 |
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) { |
