Code

Extensions. Check element now search in the extension directory (see Bug #668895...
[inkscape.git] / src / tools-switch.h
index 38b83b226329f6505293c6477db5a257aafc3058..4cc9aa93d8649015e41d4d61e5335725a8287b8f 100644 (file)
@@ -19,6 +19,7 @@ enum {
   TOOLS_SELECT,
   TOOLS_NODES,
   TOOLS_TWEAK,
+  TOOLS_SPRAY,
   TOOLS_SHAPES_RECT,
   TOOLS_SHAPES_3DBOX,
   TOOLS_SHAPES_ARC,
@@ -40,7 +41,7 @@ enum {
 int tools_isactive(SPDesktop *dt, unsigned num);
 int tools_active(SPDesktop *dt);
 void tools_switch(SPDesktop *dt, 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 */