From 587520c59cd84d54ef7da9cf4b8a6aefe3d0242b Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 20:55:26 +0000 Subject: [PATCH] add "is_configured" to GVJ_t* so that custom actions can take place on first configure event --- lib/gvc/gvcjob.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */ -- 2.40.0