Greg Ercolano wrote:
> Domingo Alvarez Duarte wrote:
>> static Fl_Tree_Item *lastselect = 0;
> 
>       Yes, thanks for pointing it out.
> 
>       It's not quite a bug so much as a 'carefully applied fix'
>       to avoid breaking ABI.
> [..]
>       Since that code was added, we now have a way to conditionally
>       break ABI, so that can be surrounded by #ifdef's to be solved.
> 
>       Also, I don't think it's so much of a bug as you might think;
> [..]

    OK, solved in r9430 with #ifdef's for the ABI.

    The static will be phased out when we transition out of 1.3.x
    to either 1.4 or 3.x (which ever is first).

    For the time being, the static must remain.
    But again, it's not a bug; I've done tests with multiple Fl_Tree's
    to verify the static poses no threat.

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to