summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-01-28 23:34:04 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-01-28 23:34:04 +0000
commit7ba805f62a95030210850bbefe7e1539d4b83683 (patch)
treeae2c584b536e2ebfa972d2833f4d79eaa613de74 /src
parentAdd buttons for snapping to grids and/or guides (diff)
downloadinkscape-7ba805f62a95030210850bbefe7e1539d4b83683.tar.gz
inkscape-7ba805f62a95030210850bbefe7e1539d4b83683.zip
add accessor for the waiting_cursor flag (sorry for the recompile)
(bzr r7201)
Diffstat (limited to 'src')
-rw-r--r--src/desktop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.h b/src/desktop.h
index e1479d857..73b9262dd 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -285,6 +285,7 @@ struct SPDesktop : public Inkscape::UI::View::View
void setWaitingCursor();
void clearWaitingCursor();
+ bool isWaitingCursor() const { return waiting_cursor; };
void toggleColorProfAdjust();