summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-14 18:03:38 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-14 18:03:38 +0000
commitf0d27ba96ed690d8b6022fd2df4eb4cffeee614a (patch)
tree5cc79741173c8aea56272882c664ababa5092987 /src/desktop.h
parentfix bug where master opacity did not affect markers (diff)
downloadinkscape-f0d27ba96ed690d8b6022fd2df4eb4cffeee614a.tar.gz
inkscape-f0d27ba96ed690d8b6022fd2df4eb4cffeee614a.zip
add a flag and a setter method for busy cursor
(bzr r2646)
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/desktop.h b/src/desktop.h
index 9f3d77520..fbc92b7a4 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -99,6 +99,7 @@ struct SPDesktop : public Inkscape::UI::View::View
unsigned int number;
bool is_fullscreen;
unsigned int interaction_disabled_counter;
+ bool waiting_cursor;
/// \todo fixme: This has to be implemented in different way */
guint guides_active : 1;
@@ -240,6 +241,8 @@ struct SPDesktop : public Inkscape::UI::View::View
void enableInteraction();
void disableInteraction();
+
+ void setWaitingCursor();
void fullscreen();