Revert "Don't init the Big Clutter Lock on Win32"
This reverts commit f6acae9f3d
.
This commit is contained in:
parent
f6acae9f3d
commit
0f9eded1c3
@ -215,13 +215,11 @@ clutter_threads_init_default (void)
|
||||
{
|
||||
g_mutex_init (&clutter_threads_mutex);
|
||||
|
||||
#ifndef HAVE_CLUTTER_WIN32
|
||||
if (clutter_threads_lock == NULL)
|
||||
clutter_threads_lock = clutter_threads_impl_lock;
|
||||
|
||||
if (clutter_threads_unlock == NULL)
|
||||
clutter_threads_unlock = clutter_threads_impl_unlock;
|
||||
#endif
|
||||
}
|
||||
|
||||
#define ENVIRONMENT_GROUP "Environment"
|
||||
|
Loading…
Reference in New Issue
Block a user