]> granicus.if.org Git - graphviz/commitdiff
Fix the sep and esep attributes to allow additive margins in addition
authorerg <devnull@localhost>
Tue, 8 Apr 2008 21:34:51 +0000 (21:34 +0000)
committererg <devnull@localhost>
Tue, 8 Apr 2008 21:34:51 +0000 (21:34 +0000)
to scaled margins.

lib/fdpgen/clusteredges.h

index 8fb3d4ff4e7091e1d2538aa439ceffab6f9c4e2e..23ec11623ead8a259285129467adfbd83071f8ea 100644 (file)
@@ -22,8 +22,9 @@ extern "C" {
 #define CLUSTEREDGES_H
 
 #include <render.h>
+#include <adjust.h>
 
-    extern int compoundEdges(graph_t * g, double SEP, int splines);
+    extern int compoundEdges(graph_t * g, expand_t* pm, int splines);
 
 #endif