]> granicus.if.org Git - graphviz/commitdiff
i dont remember what i have done
authorarif <devnull@localhost>
Tue, 15 Apr 2008 16:13:48 +0000 (16:13 +0000)
committerarif <devnull@localhost>
Tue, 15 Apr 2008 16:13:48 +0000 (16:13 +0000)
cmd/smyrna/topview.c

index 438f8ed5e65540571d5acf9b2561492775dccfca..9757493b696b84adcec5904859ecf77c940539fd 100755 (executable)
@@ -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->
+
 }