]> granicus.if.org Git - graphviz/commitdiff
node size problem is solved for good
authorarif <devnull@localhost>
Wed, 13 May 2009 20:10:07 +0000 (20:10 +0000)
committerarif <devnull@localhost>
Wed, 13 May 2009 20:10:07 +0000 (20:10 +0000)
cmd/smyrna/gui/menucallbacks.c

index cfedb5cae68cb28740f4173ff6fcfd5af5236cf9..d0b1709c853e1e18a86b609189d5abc37610ac68 100755 (executable)
@@ -391,8 +391,10 @@ void change_cursor(GdkCursorType C)
     gdk_cursor_destroy(cursor);
        return;
 }
+float GetOGLDistance(int l);
 void mTestgvpr(GtkWidget * widget, gpointer user_data)
 {
-       apply_gvpr(view->g[view->activeGraph],"c:/graphviz-ms/bin/makered.g");
-       
+//     apply_gvpr(view->g[view->activeGraph],"c:/graphviz-ms/bin/makered.g");
+       float vecdist=GetOGLDistance(10);
+       printf ("z:%f  vec:%f\n",view->zoom,vecdist);
 }