From: arif Date: Tue, 15 Apr 2008 16:13:48 +0000 (+0000) Subject: i dont remember what i have done X-Git-Tag: LAST_LIBGRAPH~32^2~4324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=991d2d3c2ee793608bcbd7513e0a58c473421b5e;p=graphviz i dont remember what i have done --- diff --git a/cmd/smyrna/topview.c b/cmd/smyrna/topview.c index 438f8ed5e..9757493b6 100755 --- a/cmd/smyrna/topview.c +++ b/cmd/smyrna/topview.c @@ -193,7 +193,7 @@ void preparetopview(Agraph_t * g, topview * t) t->topviewmenu = glcreate_gl_topview_menu(); attach_camera_widget(view); load_host_buttons(t, g, t->topviewmenu); - //prepare_topological_fisheye(t); + prepare_topological_fisheye(t); } void drawTopViewGraph(Agraph_t * g) @@ -1269,4 +1269,8 @@ void prepare_topological_fisheye(topview * t) parms.rescale = NoRescale; positionAllItems(t->h, fs, &parms); + printf ("n levels:%i \n",t->h->nlevels); + + for (i=0;i < t->h-> + }