mutter/clutter/tslib
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-event-tslib.c Deprecate clutter_threads_enter()/leave() 2012-07-11 13:22:19 +01:00
clutter-event-tslib.h egl: First attempt at cleaning up the EGL native backend 2011-11-03 13:45:20 +00:00