From 0671a2636ed259b1449b6cd4e4058fe4483f97b4 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Wed, 4 Jul 2007 10:49:11 +0000 Subject: 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) --- src/box3d-context.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/box3d-context.cpp') 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) { -- cgit v1.2.3