diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-14 20:24:30 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-14 20:24:30 +0000 |
| commit | 4b43aeadc203a33bc854bcc40d986b0d1ff5f4f8 (patch) | |
| tree | b2e9e0105333d15b41a25fc9747a2d725298b375 /src/widgets/desktop-widget.h | |
| parent | Fix some canvas item problems and refresh items on rotate (diff) | |
| download | inkscape-4b43aeadc203a33bc854bcc40d986b0d1ff5f4f8.tar.gz inkscape-4b43aeadc203a33bc854bcc40d986b0d1ff5f4f8.zip | |
Working with rotate widget
(bzr r15142.1.11)
Diffstat (limited to 'src/widgets/desktop-widget.h')
| -rw-r--r-- | src/widgets/desktop-widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h index 26eaf1ff3..61c3b8b37 100644 --- a/src/widgets/desktop-widget.h +++ b/src/widgets/desktop-widget.h @@ -97,7 +97,9 @@ struct SPDesktopWidget { GtkWidget *select_status; GtkWidget *select_status_eventbox; GtkWidget *zoom_status; + GtkWidget *rotation_status; gulong zoom_update; + gulong rotation_update; Inkscape::UI::Widget::Dock *dock; |
