From: erg Date: Tue, 29 Apr 2008 21:59:16 +0000 (+0000) Subject: Integrate topfish and sfdp into main tree, using GTS for triangulation; X-Git-Tag: LAST_LIBGRAPH~32^2~4157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59c120e6b8fb6873fd2f88514f1d1a7ad8a195f9;p=graphviz Integrate topfish and sfdp into main tree, using GTS for triangulation; remove duplicated code --- diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index 977bfca78..094b888d1 100755 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -227,15 +227,12 @@ there i go, turn the page view->fmg.fisheye_distortion_fac = atoi(get_attribute_value ("defaultfisheyemagnifierdistort", view, g)); - view->drawnodes= - atoi(get_attribute_value - ("drawnodes", view, g)); - view->drawedges= - atoi(get_attribute_value - ("drawedges", view, g)); - view->drawlabels= - atoi(get_attribute_value - ("drawlabels", view, g)); + view->drawnodes= + atoi(get_attribute_value ("drawnodes", view, g)); + view->drawedges= + atoi(get_attribute_value ("drawedges", view, g)); + view->drawlabels= + atoi(get_attribute_value ("drawlabels", view, g)); //FIXME: I don't think an openGL function can be called before it diff --git a/configure.ac b/configure.ac index d6530a95a..95d097cf1 100644 --- a/configure.ac +++ b/configure.ac @@ -2545,6 +2545,7 @@ AC_CONFIG_FILES(Makefile lib/dotgen/Makefile lib/neatogen/Makefile lib/fdpgen/Makefile + lib/sfdpgen/Makefile lib/circogen/Makefile lib/twopigen/Makefile lib/pack/Makefile