[clutter/msvc-support-master] Revert "Don't init the Big Clutter Lock on Win32"
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/msvc-support-master] Revert "Don't init the Big Clutter Lock on Win32"
- Date: Mon, 24 Oct 2011 16:14:04 +0000 (UTC)
commit 0f9eded1c33c5c41157989f092bb6a47b535ea97
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Oct 25 00:01:24 2011 +0800
Revert "Don't init the Big Clutter Lock on Win32"
This reverts commit f6acae9f3d92a324c80ec07a94515e13692a2843.
clutter/clutter-main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index 80d7bf8..7d4d815 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]