Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / lpe-tool-context.h
index 320fa51896d8dad9a60f6e819e212b907cd9f612..8a52ba97c70308ce7ef4a910bab4cf5e0eababc0 100644 (file)
@@ -30,7 +30,12 @@ class SPLPEToolContextClass;
 /* This is the list of subtools from which the toolbar of the LPETool is built automatically */
 extern const int num_subtools;
 
-extern Inkscape::LivePathEffect::EffectType lpesubtools[];
+struct SubtoolEntry {
+    Inkscape::LivePathEffect::EffectType type;
+    gchar const *icon_name;
+};
+
+extern SubtoolEntry lpesubtools[];
 
 enum LPEToolState {
     LPETOOL_STATE_PEN,