DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2714 Version: 1.3-feature Fix Version: 1.3.1 (r9102) I'll see if I can fix the ones I just reported. Matt: note that changing variable names in prototypes affects the docs, which often cite the variables by name. So for instance: /** Sets the default text size (in pixels) for the lines in the browser to \p size. */ - void textsize(Fl_Fontsize size) { textsize_ = size; } + void textsize(Fl_Fontsize newSize) { textsize_ = newSize; } ..in that case the "\p size" would need to be changed to "\p newSize". I think I'll just fix the code for now but not the docs, just to be consistent with your mods. We can always fix the docs in a separate commit. Link: http://www.fltk.org/str.php?L2714 Version: 1.3-feature Fix Version: 1.3.1 (r9102) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
