]> granicus.if.org Git - graphviz/commitdiff
animation implemented
authorarif <devnull@localhost>
Wed, 21 May 2008 17:52:29 +0000 (17:52 +0000)
committerarif <devnull@localhost>
Wed, 21 May 2008 17:52:29 +0000 (17:52 +0000)
colorinf problem exists

lib/neatogen/delaunay.c

index 5bd947710b7d7ea48c8915272addbb1b9561f27a..6717736fecd668e53e95fb9bde168da921209b38 100644 (file)
@@ -25,6 +25,9 @@
 #include "memory.h"
 #include "logic.h"
 
+#if WIN32
+       #define HAVE_TRIANGLE   1
+#endif
 #if HAVE_TRIANGLE
 #define TRILIBRARY
 #include "triangle.c"