Code

add accessor for the waiting_cursor flag (sorry for the recompile)
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 28 Jan 2009 23:34:04 +0000 (23:34 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 28 Jan 2009 23:34:04 +0000 (23:34 +0000)
src/desktop.h

index e1479d8573fd429768fd71e55edc0b3f4c717d1a..73b9262ddd01d6dfcd93aadc7c8c06d3030e11ab 100644 (file)
@@ -285,6 +285,7 @@ struct SPDesktop : public Inkscape::UI::View::View
 
     void setWaitingCursor();
     void clearWaitingCursor();
+    bool isWaitingCursor() const { return waiting_cursor; };
 
     void toggleColorProfAdjust();