1
0
Fork 0

Revert "Don't init the Big Clutter Lock on Win32"

This reverts commit f6acae9f3d.
This commit is contained in:
Chun-wei Fan 2011-10-25 00:01:24 +08:00
parent f6acae9f3d
commit 0f9eded1c3

View file

@ -215,13 +215,11 @@ clutter_threads_init_default (void)
{ {
g_mutex_init (&clutter_threads_mutex); g_mutex_init (&clutter_threads_mutex);
#ifndef HAVE_CLUTTER_WIN32
if (clutter_threads_lock == NULL) if (clutter_threads_lock == NULL)
clutter_threads_lock = clutter_threads_impl_lock; clutter_threads_lock = clutter_threads_impl_lock;
if (clutter_threads_unlock == NULL) if (clutter_threads_unlock == NULL)
clutter_threads_unlock = clutter_threads_impl_unlock; clutter_threads_unlock = clutter_threads_impl_unlock;
#endif
} }
#define ENVIRONMENT_GROUP "Environment" #define ENVIRONMENT_GROUP "Environment"