diff options
Diffstat (limited to 'src/box3d-context.h')
| -rw-r--r-- | src/box3d-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d-context.h b/src/box3d-context.h index bf359ebe7..6d2e560d4 100644 --- a/src/box3d-context.h +++ b/src/box3d-context.h @@ -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; |
