Solving issue 807 (to be confirmed): "g-key-file-error-quark occures rather often and freeze RT"

This commit is contained in:
natureh 510
2012-09-19 00:21:20 +02:00
parent 1d55d148cd
commit 67afe81cb2
2 changed files with 10 additions and 5 deletions

View File

@@ -29,11 +29,12 @@ namespace rtengine {
class Thumbnail {
Glib::Mutex thumbMutex;
cmsHPROFILE camProfile;
double iColorMatrix[3][3];
double cam2xyz[3][3];
void transformPixel (int x, int y, int tran, int& tx, int& ty);
static unsigned short *igammatab;