Code

Fix by Adib for 353847
[inkscape.git] / src / tools-switch.h
index 93aa9b3a965208ca0f9c7a7447bb8d58cdfa00ad..36dd8f80bac69a3f135d3d80d108933b9d9cdc1e 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,14 +32,15 @@ enum {
   TOOLS_ZOOM,
   TOOLS_DROPPER,
   TOOLS_CONNECTOR,
-  TOOLS_FLOOD 
+  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);
+void tools_switch_by_item (SPDesktop *dt, SPItem *item, Geom::Point const p);
 
 #endif /* !SEEN_TOOLS_SWITCH_H */