XEmacs 21.2.40 "Persephone".
[chise/xemacs-chise.git.1] / lwlib / lwlib.h
index 9ee62e8..d2f0c54 100644 (file)
@@ -106,6 +106,9 @@ typedef struct _widget_args
   /* Copying args is impossible so we make the caller give us heap allocated
      args and free them when no one wants them any more. */
   int  ref_count;
+  /* Since we are reference counting we need to be able to determine
+     when something has changed. */
+  Boolean      args_changed;
 } widget_args;
 
 typedef struct _widget_value