summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-25 01:47:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-25 01:47:16 +0000
commitdc299ad715f688f01d6f369e89e7f1cbac8972be (patch)
treede9713841e5b1a2abdc54aba5264a8b04cceaf0a
parent470e691b068bd66c131c4693151bff5f7053d904 (diff)
downloademacs-dc299ad715f688f01d6f369e89e7f1cbac8972be.tar.gz
(struct widget_value): New field this_one_change.
-rw-r--r--lwlib/lwlib.h3
1 files changed, 3 insertions, 0 deletions
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 */