comparison 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
comparison
equal deleted inserted replaced
449:c83749d23eb5 450:98528da0b7fc
104 ArgList args; 104 ArgList args;
105 int nargs; 105 int nargs;
106 /* Copying args is impossible so we make the caller give us heap allocated 106 /* Copying args is impossible so we make the caller give us heap allocated
107 args and free them when no one wants them any more. */ 107 args and free them when no one wants them any more. */
108 int ref_count; 108 int ref_count;
109 /* Since we are reference counting we need to be able to determine
110 when something has changed. */
111 Boolean args_changed;
109 } widget_args; 112 } widget_args;
110 113
111 typedef struct _widget_value 114 typedef struct _widget_value
112 { 115 {
113 /* This slot is only partially utilized right now. */ 116 /* This slot is only partially utilized right now. */