Code

Initial cut of eraser tool
[inkscape.git] / src / tools-switch.h
index 8107984a88a9477b1154f49d8d9578700c63db5e..f5a3220ca32b012b865fb92b211ce48fa5d41999 100644 (file)
@@ -32,7 +32,8 @@ enum {
   TOOLS_ZOOM,
   TOOLS_DROPPER,
   TOOLS_CONNECTOR,
-  TOOLS_PAINTBUCKET 
+  TOOLS_PAINTBUCKET,
+  TOOLS_ERASER
 };
 
 int tools_isactive(SPDesktop *dt, unsigned num);