mutter/clutter/win32
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-win32.c Fix clutter-bakend-win32.c 2011-11-14 13:36:52 +08:00
clutter-backend-win32.h Remove per-backend CLUTTER_VBLANK envvar 2011-11-10 14:55:02 +00:00
clutter-device-manager-win32.c win32: Update DeviceManager device creation 2011-01-21 10:25:45 +00:00
clutter-device-manager-win32.h device: Impose per-backend DeviceManager 2010-02-17 17:46:48 +00:00
clutter-event-win32.c Deprecate clutter_threads_enter()/leave() 2012-07-11 13:22:19 +01:00
clutter-stage-win32.c Rename cogl_framebuffer_swap_* apis to cogl_onscreen_swap_* 2012-02-21 17:46:11 +00:00
clutter-stage-win32.h win32: Use the Stage state tracking 2012-01-26 08:31:10 +00:00
clutter-win32.h win32: Add a public clutter_win32_handle_event function 2010-10-25 13:19:17 +01:00
invisible-cursor.cur win32: Use an invisible cursor when cursor-visible is FALSE 2010-01-19 16:10:23 +00:00
resources.rc win32: Use an invisible cursor when cursor-visible is FALSE 2010-01-19 16:10:23 +00:00