Code

remove desktop-affine.cpp
[inkscape.git] / src / tools-switch.h
index 252add75855c932a9b8a3c0971fc0153241451ed..38b83b226329f6505293c6477db5a257aafc3058 100644 (file)
@@ -18,7 +18,9 @@ enum {
   TOOLS_INVALID,
   TOOLS_SELECT,
   TOOLS_NODES,
+  TOOLS_TWEAK,
   TOOLS_SHAPES_RECT,
+  TOOLS_SHAPES_3DBOX,
   TOOLS_SHAPES_ARC,
   TOOLS_SHAPES_STAR,
   TOOLS_SHAPES_SPIRAL,
@@ -30,13 +32,14 @@ enum {
   TOOLS_ZOOM,
   TOOLS_DROPPER,
   TOOLS_CONNECTOR,
-  TOOLS_PAINTBUCKET 
+  TOOLS_PAINTBUCKET,
+  TOOLS_ERASER,
+  TOOLS_LPETOOL
 };
 
 int tools_isactive(SPDesktop *dt, unsigned num);
 int tools_active(SPDesktop *dt);
 void tools_switch(SPDesktop *dt, int num);
-void tools_switch_current(int num);
 void tools_switch_by_item (SPDesktop *dt, SPItem *item);
 
 #endif /* !SEEN_TOOLS_SWITCH_H */