Code

First stage of draggable vanishing points (no snapping/unsnapping yet)
[inkscape.git] / src / box3d-context.h
index bf359ebe7ff58884e498a0ed041c1cd42aff7963..6d2e560d45f610ad4ca03ef06e50e571237c3480 100644 (file)
@@ -48,6 +48,8 @@ struct SP3DBoxContext : public SPEventContext {
     bool ctrl_dragged; /* whether we are ctrl-dragging */
     bool extruded; /* whether shift-dragging already occured (i.e. the box is already extruded) */
 
+    Box3D::VPDrag * _vpdrag;
+
     /* temporary member until the precise behaviour is sorted out */
     static guint number_of_handles;