# HG changeset patch # User Richard M. Stallman # Date 827718436 0 # Node ID 487b03096cc56e02fd84ef70b0ac25c68d7c608c # Parent 62fc4d7a846fc3123d37c2e4b0fd2656b8513d18 (struct widget_value): New field this_one_change. diff -r 62fc4d7a846f -r 487b03096cc5 lwlib/lwlib.h --- a/lwlib/lwlib.h Mon Mar 25 01:46:16 1996 +0000 +++ b/lwlib/lwlib.h Mon Mar 25 01:47:16 1996 +0000 @@ -48,6 +48,9 @@ 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 */