for (v = 0; v < hp->nvtxs[level]; v++)
{
{
- ex_vtx_data *gg = hp->geom_graphs[level];
+ /* ex_vtx_data *gg = hp->geom_graphs[level]; */
double x0,y0;
if(get_temp_coords(t,level,v,&x0,&y0,&R,&G,&B))
{
{
Hierarchy *hp = t->h;
ex_vtx_data *gg = hp->geom_graphs[level];
- v_data *g = hp->graphs[level];
+ /* v_data *g = hp->graphs[level]; */
int OAL,AL;
OAL=gg[v].old_active_level;
AL=gg[v].active_level;
for (v = 0; v < hp->nvtxs[level]; v++)
{
ex_vtx_data *gg = hp->geom_graphs[level];
- v_data *g = hp->graphs[level];
- double x0,y0;
+ /* v_data *g = hp->graphs[level]; */
+ /* double x0,y0; */
gg[v].old_physical_x_coord=gg[v].physical_x_coord;
gg[v].old_physical_y_coord=gg[v].physical_y_coord;
gg[v].old_active_level=gg[v].active_level;
topview * t);
void prepare_topological_fisheye(topview*);
void drawtopologicalfisheye(topview * t);
+void drawtopologicalfisheye2(topview * t);
void changetopfishfocus(topview * t, float *x, float *y,
float *z, int num_foci);
void refresh_old_values(topview* t);
int ind = 0;
float dotsize = 0;
if (view->zoom > NODE_ZOOM_LIMIT) {
- dotsize = 5 / view->zoom * -1;
+ dotsize = 50 / view->zoom * -1;
if (dotsize > 1)
glPointSize(dotsize);
else
glCompPanel *p;
glCompButton *b;
glCompLabel *l;
- GtkRequisition requisition;
+ /* GtkRequisition requisition; */
if (!smyrna_icon_pan) {
#ifdef _WIN32