DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current Andreas, thanks for the description and testing. Is the uploaded patch what you described? I did not test or verify the patch yet, but from reading the description, this might be what we need... Some technical comments: (1) in FLTK 1 we usually don't use bool, but use int instead. I don't know the (historical ?) reasons, but maybe we should adjust this. (2) why "const bool &require_alt", i.e. why should we use a reference argument here? This could also be by value... (I see the advantage of the const property, but I don't know.) Anybody? As I wrote before, I won't have the time to test it until the next weekend. All testers and opinions welcome... Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
