DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2543
Version: 1.3-current


I suggest to close this STR with the attached small patch.

- void Fl::lock() becomes  int Fl::lock() which returns non-zero
iff threads are not available, that is, not on MS-Windows and FLTK
not compiled with libpthreads.

- int Fl::lock() is also implemented when threads are not available,
does nothing and returns 1.

- void Fl::unlock() and void* Fl::thread_message() are implemented
as do-nothing functions when threads are not available.

STR author, Albrecht : Is this OK ?


Link: http://www.fltk.org/str.php?L2543
Version: 1.3-current

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

Reply via email to