From: buliabyak Date: Wed, 28 Jan 2009 23:34:04 +0000 (+0000) Subject: add accessor for the waiting_cursor flag (sorry for the recompile) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=891cc5c74e3c3c2f83a12cd730721d18dd931398;p=inkscape.git add accessor for the waiting_cursor flag (sorry for the recompile) --- 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();