Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / document.h
index 789e3e2ed7b55dc702c781e03bdd0d7033a83e1a..06174c265f593b402151200b2fcb2e6a221f6c26 100644 (file)
@@ -98,6 +98,9 @@ struct SPDocument : public Inkscape::GC::Managed<>,
     const gchar *actionkey;
     /// Handler ID
     guint modified_id;
+    
+    /// Connector rerouting handler ID
+    guint rerouting_handler_id;
 
     Inkscape::ProfileManager* profileManager;