summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-06 21:39:31 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-06 21:39:31 +0000
commit266cd1e5c43e6a46cd37f7db5138270b80d0944e (patch)
tree23551448562ae436d9408f03bdb11b1128948cfd /src/desktop.h
parentChanged from Desktop to namedview to handle multiples documents (diff)
downloadinkscape-266cd1e5c43e6a46cd37f7db5138270b80d0944e.tar.gz
inkscape-266cd1e5c43e6a46cd37f7db5138270b80d0944e.zip
Fixes UX pointed in suv review
(bzr r14500.1.9)
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/desktop.h b/src/desktop.h
index 754e09766..f1444ba7b 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -383,6 +383,8 @@ public:
void clearWaitingCursor();
bool isWaitingCursor() const { return waiting_cursor; };
+ void toggleGuidesLock();
+
void toggleColorProfAdjust();
bool colorProfAdjustEnabled();