]> granicus.if.org Git - graphviz/commitdiff
Rely on general constant for default sample size
authorerg <devnull@localhost>
Fri, 28 Apr 2006 16:56:48 +0000 (16:56 +0000)
committererg <devnull@localhost>
Fri, 28 Apr 2006 16:56:48 +0000 (16:56 +0000)
lib/neatogen/poly.c

index 6620987ee152268643b0ccc16df4554aac4fc5f0..e045505cab05bbd118da6ebbf7cf3b43556b84c9 100644 (file)
@@ -143,6 +143,8 @@ static int isBox(Point * verts, int cnt)
                (verts[0].y == verts[3].y) && (verts[1].y == verts[2].y));
 }
 
+#define DFLT_SAMPLE 20
+
 static Point makeScaledPoint(int x, int y)
 {
     Point rv;