From dc8edfc2169b2744b1de237e0ecafd83ff8299c3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 6 Feb 2011 19:46:11 +0000 Subject: Fix for STR #2543: Fl::lock() function now returns an int that allows to detect whether threading is available on the platform. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8393 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index 4824cb0de..8194ee655 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -979,7 +979,7 @@ public: @{ */ // Multithreading support: - static void lock(); + static int lock(); static void unlock(); static void awake(void* message = 0); /** See void awake(void* message=0). */ -- cgit v1.2.3