projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afeda3
)
i dont remember what i have done
author
arif
<devnull@localhost>
Tue, 15 Apr 2008 16:13:48 +0000
(16:13 +0000)
committer
arif
<devnull@localhost>
Tue, 15 Apr 2008 16:13:48 +0000
(16:13 +0000)
cmd/smyrna/topview.c
patch
|
blob
|
history
diff --git
a/cmd/smyrna/topview.c
b/cmd/smyrna/topview.c
index 438f8ed5e65540571d5acf9b2561492775dccfca..9757493b696b84adcec5904859ecf77c940539fd 100755
(executable)
--- 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->
+
}