From: Richard M. Stallman Date: Mon, 25 Mar 1996 01:47:16 +0000 (+0000) Subject: (struct widget_value): New field this_one_change. X-Git-Tag: emacs-19.34~982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63e9d9700c8025df6fc9847064d09baa133b158a;p=emacs.git (struct widget_value): New field this_one_change. --- diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index 33c4321f150..6bf26fe23c4 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h @@ -48,6 +48,9 @@ typedef struct _widget_value Boolean edited; /* true if has changed (maintained by lw library) */ change_type change; + /* true if this widget itself has changed, + but not counting the other widgets found in the `next' field. */ + change_type this_one_change; /* Contents of the sub-widgets, also selected slot for checkbox */ struct _widget_value* contents; /* data passed to callback */