[clutter/msvc-support-master] Revert "clutter-main.c: Fix multiple declarations"



commit e0ad11a1935ec68464c41036e6902081627452f3
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Oct 21 17:43:21 2011 +0800

    Revert "clutter-main.c: Fix multiple declarations"
    
    This reverts commit 3d74552684a6eb49bc67845bfb3839896395e66a.
    
    This is a part to attempt to further investigate about the 0xC0000264 error
    on Windows

 clutter/clutter-main.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index ee8062c..1e1efb3 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -916,6 +916,18 @@ clutter_main (void)
     CLUTTER_TIMER_STOP (uprof_get_mainloop_context (), mainloop_timer);
 }
 
+static void
+clutter_threads_impl_lock (void)
+{
+  g_mutex_lock (&clutter_threads_mutex);
+}
+
+static void
+clutter_threads_impl_unlock (void)
+{
+  g_mutex_unlock (&clutter_threads_mutex);
+}
+
 /**
  * clutter_threads_init:
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]