[XForms] [patch] API pseudo changes

Angus Leeming angus.leeming at btopenworld.com
Mon May 17 18:01:16 EDT 2004


The attached patch partially reverts the appearance of the API to that 
of XForms 0.89 patch level 5. In all cases, this is just a case of 
using the typedef rather than the raw type. In all cases, this 
results in a clearer intent.

The patch seems completely uncontroversial to me. Any objections, or 
should I just shove it in?

While I'm at it, several functions that were declared using 'unsigned 
int' are now declared using 'unsigned'. Eg:

-Window fl_get_mouse(FL_Coord *, FL_Coord *, unsigned int *);
+Window fl_get_mouse(FL_Coord *, FL_Coord *, unsigned *);

Again, they're equivalent, but I fail to see why the change was a good 
one. Shall I change them back?

Angus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: api.diff
Type: text/x-diff
Size: 15893 bytes
Desc: not available
Url : attachments/20040517/1d43495a/attachment-0010.bin 


More information about the Xforms mailing list