Code

Commenting out Whiteboard configure flag
[inkscape.git] / src / tools-switch.h
index f5a3220ca32b012b865fb92b211ce48fa5d41999..36dd8f80bac69a3f135d3d80d108933b9d9cdc1e 100644 (file)
@@ -33,14 +33,14 @@ enum {
   TOOLS_DROPPER,
   TOOLS_CONNECTOR,
   TOOLS_PAINTBUCKET,
-  TOOLS_ERASER
+  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 */