X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools-switch.h;h=8107984a88a9477b1154f49d8d9578700c63db5e;hb=713ffe6438216a16f37590dfcb78715b42906843;hp=93aa9b3a965208ca0f9c7a7447bb8d58cdfa00ad;hpb=5c966d6b11e9ff99d8a820bf7bc56ce2662880da;p=inkscape.git diff --git a/src/tools-switch.h b/src/tools-switch.h index 93aa9b3a9..8107984a8 100644 --- a/src/tools-switch.h +++ b/src/tools-switch.h @@ -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,7 +32,7 @@ enum { TOOLS_ZOOM, TOOLS_DROPPER, TOOLS_CONNECTOR, - TOOLS_FLOOD + TOOLS_PAINTBUCKET }; int tools_isactive(SPDesktop *dt, unsigned num);