]> granicus.if.org Git - graphviz/commitdiff
add "is_configured" to GVJ_t* so that custom actions can take place on first
authorellson <devnull@localhost>
Tue, 18 Oct 2005 20:55:26 +0000 (20:55 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 20:55:26 +0000 (20:55 +0000)
configure event

lib/gvc/gvcjob.h

index 8fdf4fead254e128467a3fe8f28aac5be80120d2..418cd28c6bd090b12cb88179dd41166ea1b554c8 100644 (file)
@@ -187,11 +187,12 @@ extern "C" {
        pointf compscale;       /* composite device scale incl: scale, zoom, dpi, y_goes_down */
        pointf offset;          /* composite translation */
        
-       bool fit_mode,
+       bool    fit_mode,
                needs_refresh,
                click,
                active,
-               has_grown;
+               has_grown,
+               is_configured;
 
        pointf pointer;         /* pointer position in device units */
        pointf oldpointer;      /* old pointer position in device units */