diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-01-28 23:34:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-01-28 23:34:04 +0000 |
| commit | 7ba805f62a95030210850bbefe7e1539d4b83683 (patch) | |
| tree | ae2c584b536e2ebfa972d2833f4d79eaa613de74 /src | |
| parent | Add buttons for snapping to grids and/or guides (diff) | |
| download | inkscape-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.h | 1 |
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(); |
