diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-07 06:56:36 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-07 06:56:36 +0000 |
| commit | d8f7aa4697faeffccb32a45235378afc69f402fd (patch) | |
| tree | 7074305d40ee73725f943aa84c41216ab487e170 /src/perspective3d.h | |
| parent | add a way to set a radio toggle in aux toolbar via desktop, by the toggles id (diff) | |
| download | inkscape-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/perspective3d.h')
| -rw-r--r-- | src/perspective3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perspective3d.h b/src/perspective3d.h index 4134b3fc1..6c7e77446 100644 --- a/src/perspective3d.h +++ b/src/perspective3d.h @@ -41,6 +41,7 @@ public: inline guint number_of_boxes () { return g_slist_length (boxes); } void reshape_boxes (Box3D::Axis axes); void update_box_reprs (); + void update_z_orders (); /* convenience functions for interaction with dragging machinery: */ bool all_boxes_occur_in_list (GSList *boxes_to_do); |
