summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-07 06:56:36 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-07 06:56:36 +0000
commitd8f7aa4697faeffccb32a45235378afc69f402fd (patch)
tree7074305d40ee73725f943aa84c41216ab487e170 /src/vanishing-point.h
parentadd a way to set a radio toggle in aux toolbar via desktop, by the toggles id (diff)
downloadinkscape-d8f7aa4697faeffccb32a45235378afc69f402fd.tar.gz
inkscape-d8f7aa4697faeffccb32a45235378afc69f402fd.zip
Set z-orders of 3D box faces during dragging/resizing according to the perspective
(bzr r3409)
Diffstat (limited to 'src/vanishing-point.h')
-rw-r--r--src/vanishing-point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vanishing-point.h b/src/vanishing-point.h
index 98788f512..516b4a51b 100644
--- a/src/vanishing-point.h
+++ b/src/vanishing-point.h
@@ -103,6 +103,7 @@ public:
void reshapeBoxes(NR::Point const &p, Box3D::Axis axes);
void updateBoxReprs();
+ void updateZOrders();
};
struct VPDrag {