mutter/clutter/osx
Emmanuele Bassi 0e4c6d0a87 Deprecate clutter_threads_enter()/leave()
Acquiring the Clutter lock to mark critical sections is not portable,
and not recommended to implement threaded applications with Clutter.

The recommended pattern is to use worker threads, and schedule UI
updates inside idle or timeout handlers within the main loop. We should
enforce this pattern by deprecating the threads_enter()/leave()
functions. For compatibility concerns, we need internal API to acquire
the main lock during frame processing dispatch.

https://bugzilla.gnome.org/show_bug.cgi?id=679450
2012-07-11 13:22:19 +01:00
..
clutter-backend-osx.c Clean up deprecated header inclusion 2012-06-23 08:23:11 +01:00
clutter-backend-osx.h osx: Fix build 2012-04-04 15:33:32 +01:00
clutter-device-manager-osx.c Fix some ISO C90 warnings on OSX 2011-02-15 12:14:17 +00:00
clutter-device-manager-osx.h Fixed bugs with mouse events. 2011-02-03 10:58:38 +00:00
clutter-event-loop-osx.c Deprecate clutter_threads_enter()/leave() 2012-07-11 13:22:19 +01:00
clutter-event-loop-osx.h osx: Improve the event loop 2011-01-31 13:43:12 +00:00
clutter-event-osx.c Be resilient in case there is no device manager 2012-04-26 13:56:00 +01:00
clutter-osx.h osx: Fix build 2012-04-04 15:33:32 +01:00
clutter-stage-osx.c osx: Fix build 2012-04-04 15:33:32 +01:00
clutter-stage-osx.h osx: Use the Stage state tracking 2012-01-26 08:30:58 +00:00