diff lwlib/lwlib.h @ 450:98528da0b7fc r21-2-40

Import from CVS: tag r21-2-40
author cvs
date Mon, 13 Aug 2007 11:39:20 +0200
parents 576fb035e263
children 4b7d425dd3c2
line wrap: on
line diff
--- a/lwlib/lwlib.h	Mon Aug 13 11:38:26 2007 +0200
+++ b/lwlib/lwlib.h	Mon Aug 13 11:39:20 2007 +0200
@@ -106,6 +106,9 @@
   /* 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