summaryrefslogtreecommitdiffstats
path: root/src/splivarot.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-04-27 08:30:53 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-04-27 08:30:53 +0000
commitc92ecb81584366e61c559709383598a9f7343ffd (patch)
tree802ee1511d28dc8f2b1f6095a4bd0432b39f7f8b /src/splivarot.h
parentMissing added (diff)
downloadinkscape-c92ecb81584366e61c559709383598a9f7343ffd.tar.gz
inkscape-c92ecb81584366e61c559709383598a9f7343ffd.zip
Fixed undo for eraser to be a single step
(bzr r5528)
Diffstat (limited to 'src/splivarot.h')
-rw-r--r--src/splivarot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/splivarot.h b/src/splivarot.h
index 61b5ee143..2ac47135a 100644
--- a/src/splivarot.h
+++ b/src/splivarot.h
@@ -16,6 +16,7 @@ void sp_selected_path_union ();
void sp_selected_path_union_skip_undo ();
void sp_selected_path_intersect ();
void sp_selected_path_diff ();
+void sp_selected_path_diff_skip_undo ();
void sp_selected_path_symdiff ();
void sp_selected_path_cut ();
void sp_selected_path_slice ();