From: ellson Date: Tue, 18 Oct 2005 20:55:26 +0000 (+0000) Subject: add "is_configured" to GVJ_t* so that custom actions can take place on first X-Git-Tag: LAST_LIBGRAPH~32^2~7125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=587520c59cd84d54ef7da9cf4b8a6aefe3d0242b;p=graphviz add "is_configured" to GVJ_t* so that custom actions can take place on first configure event --- diff --git a/lib/gvc/gvcjob.h b/lib/gvc/gvcjob.h index 8fdf4fead..418cd28c6 100644 --- a/lib/gvc/gvcjob.h +++ b/lib/gvc/gvcjob.h @@ -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 */