XForms: 0.88 change in fdesign emitted .h file.

Steve Lamont (spl@szechuan.ucsd.edu)
Fri, 21 Nov 97 06:31:23 PST

To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

I have just installed XForms 0.88 and have noted one data structure
change not mentioned in the Changes file:

A new character field, cdata, has been added to the FD_* structure
emitted by fdesign. The old structure looked like

typedef struct {
FL_FORM *form;
void *vdata;
long ldata;
FL_OBJECT *object;
[...]
} FD_form;

while the new struct looks like

typedef struct {
FL_FORM *form;
void *vdata;
char *cdata;
long ldata;
FL_OBJECT *object;
[...]
} FD_form;

This confused one of my utility libraries until I figured out what was
going on.

spl
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
Xforms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/