diff options
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(); |
