I have a FLTK 1.1.x program with has two functions that manipulate a common data structure (std::vector) as well as an FLTK pack. One of the functions is invoked by an Fl::add_fd callback and the other is invoked by a Fl::add_timeout/repeat_timeout callback. Things are working fine, but I'd like to confirm that these functions are invoked serially by the event dispatch loop (Fl::run()). Is it the case?
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

