Solving issue 1684: "thumbnail.cc uses Glib::Mutex recusively" ; this changeset introduce a new MyMutex and MyMutex::MyLock class that has to be used instead of Glib ones
This commit is contained in:
@@ -26,12 +26,13 @@
|
||||
#include "image8.h"
|
||||
#include "image16.h"
|
||||
#include "imagefloat.h"
|
||||
#include "../rtgui/threadutils.h"
|
||||
|
||||
namespace rtengine {
|
||||
|
||||
class Thumbnail {
|
||||
|
||||
Glib::Mutex thumbMutex;
|
||||
MyMutex thumbMutex;
|
||||
|
||||
cmsHPROFILE camProfile;
|
||||
double iColorMatrix[3][3];
|
||||
|
Reference in New Issue
Block a user