summaryrefslogtreecommitdiffstats
path: root/src/document-undo.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-21 22:03:52 +0000
committerjabiertxof <info@marker.es>2016-05-21 22:03:52 +0000
commit2d2718e48ee56f975342f0329b98f892f118d85e (patch)
treef683ad71e8a04a600662cfae099a03d9119231c8 /src/document-undo.h
parentworking on undo (diff)
downloadinkscape-2d2718e48ee56f975342f0329b98f892f118d85e.tar.gz
inkscape-2d2718e48ee56f975342f0329b98f892f118d85e.zip
Fixing undo thing
(bzr r14865.1.5)
Diffstat (limited to 'src/document-undo.h')
-rw-r--r--src/document-undo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/document-undo.h b/src/document-undo.h
index 85b44d562..b80b176d3 100644
--- a/src/document-undo.h
+++ b/src/document-undo.h
@@ -33,6 +33,10 @@ public:
static bool getUndoSensitive(SPDocument const *document);
+ static void setUndoJoined(SPDocument *doc, bool join_undo);
+
+ static bool getUndoJoined(SPDocument *doc);
+
static void clearUndo(SPDocument *document);
static void clearRedo(SPDocument *document);