From: erg Date: Tue, 12 May 2009 19:21:23 +0000 (+0000) Subject: Clean up warning messages; fix various errors; use single function for smyrna data... X-Git-Tag: LAST_LIBGRAPH~32^2~2095 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeb85f0ffb840912dac60f4b3178322eb05f1a72;p=graphviz Clean up warning messages; fix various errors; use single function for smyrna data directory --- diff --git a/cmd/smyrna/topview.h b/cmd/smyrna/topview.h index bddf15993..db2a2d348 100755 --- a/cmd/smyrna/topview.h +++ b/cmd/smyrna/topview.h @@ -34,5 +34,6 @@ void local_zoom(topview * t); void originate_distorded_coordinates(topview * t); float calcfontsize(float totaledgelength,int totallabelsize,int edgecount,int totalnodecount); void select_with_regex(char* exp); +void settvcolorinfo(Agraph_t* g,topview* t); #endif