DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2774 Version: 1.3-feature No, the X locking is not used by FLTK on purpose. It is dreadfully slow. You are expected to grab the fltk lock before doing any fltk calls. This will make sure only the thread holding the fltk lock interacts with X. If you want to make X calls directly, grab the fltk lock before doing so. Link: http://www.fltk.org/str.php?L2774 Version: 1.3-feature _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
