summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:34:25 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:34:25 +0000
commit1797f521c22956948021b9a2c51ff848b405bd40 (patch)
tree1d6e2868cbfab4fb178a2f9c6076c03597c64a17 /src/tools-switch.h
parentRename acceptsNumParams() -> acceptsNumClicks() because it makes more sense (diff)
downloadinkscape-1797f521c22956948021b9a2c51ff848b405bd40.tar.gz
inkscape-1797f521c22956948021b9a2c51ff848b405bd40.zip
Groundwork for new LPETool tool (which consists of subtools that are constructed from LPEs)
(bzr r6645)
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 f5a3220ca..2026c1a3d 100644
--- a/src/tools-switch.h
+++ b/src/tools-switch.h
@@ -33,7 +33,8 @@ enum {
TOOLS_DROPPER,
TOOLS_CONNECTOR,
TOOLS_PAINTBUCKET,
- TOOLS_ERASER
+ TOOLS_ERASER,
+ TOOLS_LPETOOL
};
int tools_isactive(SPDesktop *dt, unsigned num);