summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.h
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2007-02-25 06:04:46 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2007-02-25 06:04:46 +0000
commit3d5921c0249b6dba6d3035a760d7232811c3654e (patch)
tree524eadd72b4595172e952c39624be57f743e07bc /src/tools-switch.h
parentFactor out bpath_to_Path (diff)
downloadinkscape-3d5921c0249b6dba6d3035a760d7232811c3654e.tar.gz
inkscape-3d5921c0249b6dba6d3035a760d7232811c3654e.zip
Add flood fill tool
(bzr r2432)
Diffstat (limited to 'src/tools-switch.h')
-rw-r--r--src/tools-switch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools-switch.h b/src/tools-switch.h
index 128e6a46b..93aa9b3a9 100644
--- a/src/tools-switch.h
+++ b/src/tools-switch.h
@@ -29,7 +29,8 @@ enum {
TOOLS_GRADIENT,
TOOLS_ZOOM,
TOOLS_DROPPER,
- TOOLS_CONNECTOR
+ TOOLS_CONNECTOR,
+ TOOLS_FLOOD
};
int tools_isactive(SPDesktop *dt, unsigned num);