started working on proof-of-concept histogram matching

This commit is contained in:
Alberto Griggio
2018-01-17 01:12:13 +01:00
parent c139744647
commit bb56d73cc8
15 changed files with 323 additions and 3 deletions

View File

@@ -574,6 +574,7 @@ public:
void setDefaultMonitorProfileName(const Glib::ustring &name)
{
MyMutex::MyLock lock(mutex);
defaultMonitorProfile = name;
}