From: ellson Date: Tue, 18 Oct 2005 20:57:52 +0000 (+0000) Subject: rename "is_configured" to "has_been_rendered" and set from gvevent.c X-Git-Tag: LAST_LIBGRAPH~32^2~7124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16362fccc145dce95df0ff4af1a38fc0eb3107d2;p=graphviz rename "is_configured" to "has_been_rendered" and set from gvevent.c --- diff --git a/lib/gvc/gvcjob.h b/lib/gvc/gvcjob.h index 418cd28c6..b72e23bac 100644 --- a/lib/gvc/gvcjob.h +++ b/lib/gvc/gvcjob.h @@ -192,7 +192,7 @@ extern "C" { click, active, has_grown, - is_configured; + has_been_rendered; pointf pointer; /* pointer position in device units */ pointf oldpointer; /* old pointer position in device units */ diff --git a/lib/gvc/gvevent.c b/lib/gvc/gvevent.c index 80d136626..f01163543 100644 --- a/lib/gvc/gvevent.c +++ b/lib/gvc/gvevent.c @@ -181,6 +181,7 @@ static void gvevent_refresh(GVJ_t * job) gv_graph_state(job, g); } emit_graph(job, g); + job->has_been_rendered = TRUE; } /* recursively find innermost cluster containing the point */