From 891cc5c74e3c3c2f83a12cd730721d18dd931398 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 28 Jan 2009 23:34:04 +0000 Subject: [PATCH] add accessor for the waiting_cursor flag (sorry for the recompile) --- 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(); -- 2.30.2