summaryrefslogtreecommitdiffstats
path: root/src/splivarot.h
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2007-03-31 12:42:17 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2007-03-31 12:42:17 +0000
commitc52b5ee650dd80490a3d13e3072de5e9186acfc6 (patch)
treec85ef360180fba5756d779e962370320eb6da8b1 /src/splivarot.h
parentChange tool switch message for paint bucket (diff)
downloadinkscape-c52b5ee650dd80490a3d13e3072de5e9186acfc6.tar.gz
inkscape-c52b5ee650dd80490a3d13e3072de5e9186acfc6.zip
Change paint bucket path union to properly create only one undo event, rather than two
(bzr r2792)
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 cf1ebcd94..3d01f41e0 100644
--- a/src/splivarot.h
+++ b/src/splivarot.h
@@ -13,6 +13,7 @@
// work on the current selection
// selection has 2 contain exactly 2 items
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_symdiff ();