1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(struct widget_value): New field this_one_change.

This commit is contained in:
Richard M. Stallman 1996-03-25 01:47:16 +00:00
parent 0d807395f8
commit 63e9d9700c

View File

@ -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 */