From 7ba805f62a95030210850bbefe7e1539d4b83683 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Wed, 28 Jan 2009 23:34:04 +0000 Subject: add accessor for the waiting_cursor flag (sorry for the recompile) (bzr r7201) --- src/desktop.h | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3