Code

OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fails).
[inkscape.git] / src / tools-switch.h
index 128e6a46b297d1ba7f59fba714cb0a4fd1b79c08..4cc9aa93d8649015e41d4d61e5335725a8287b8f 100644 (file)
@@ -18,7 +18,10 @@ enum {
   TOOLS_INVALID,
   TOOLS_SELECT,
   TOOLS_NODES,
+  TOOLS_TWEAK,
+  TOOLS_SPRAY,
   TOOLS_SHAPES_RECT,
+  TOOLS_SHAPES_3DBOX,
   TOOLS_SHAPES_ARC,
   TOOLS_SHAPES_STAR,
   TOOLS_SHAPES_SPIRAL,
@@ -29,14 +32,16 @@ enum {
   TOOLS_GRADIENT,
   TOOLS_ZOOM,
   TOOLS_DROPPER,
-  TOOLS_CONNECTOR
+  TOOLS_CONNECTOR,
+  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 */