]> granicus.if.org Git - graphviz/commitdiff
rename "is_configured" to "has_been_rendered" and set from gvevent.c
authorellson <devnull@localhost>
Tue, 18 Oct 2005 20:57:52 +0000 (20:57 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 20:57:52 +0000 (20:57 +0000)
lib/gvc/gvcjob.h
lib/gvc/gvevent.c

index 418cd28c6bd090b12cb88179dd41166ea1b554c8..b72e23bac7334d3954f588ea834a0b301499f687 100644 (file)
@@ -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 */
index 80d1366261d0fd8cda37a1678ab4df3a6dc1eb10..f011635438a8c86e26f18ce1f3f61b239899f307 100644 (file)
@@ -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 */