summaryrefslogtreecommitdiffstats
path: root/src/viewbox.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-08 14:48:24 +0000
committerjabiertxof <info@marker.es>2016-10-08 14:48:24 +0000
commitf5e77f7f48954ec3bed892fa6763b0ed099a044e (patch)
treee65905c9e315da34868ec7f94a0878c527f7a34f /src/viewbox.h
parentUpdate to trunk (diff)
downloadinkscape-f5e77f7f48954ec3bed892fa6763b0ed099a044e.tar.gz
inkscape-f5e77f7f48954ec3bed892fa6763b0ed099a044e.zip
add rotate from current desktop center
(bzr r15142.1.3)
Diffstat (limited to 'src/viewbox.h')
-rw-r--r--src/viewbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewbox.h b/src/viewbox.h
index df47c025b..70afa38a1 100644
--- a/src/viewbox.h
+++ b/src/viewbox.h
@@ -45,6 +45,8 @@ public:
Geom::Affine c2p;
Geom::Affine rotation;
double angle;
+ double previous_angle;
+ bool rotated;
double get_rotation();
void set_rotation(double angle_val);
Inkscape::Display::TemporaryItem *page_border_rotated;