mutter/clutter/wayland
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-wayland.c include standalone cogl-wayland-server/client headers 2012-03-20 14:36:50 +00:00
clutter-backend-wayland.h wayland: Save the output mode so that it can be used to fullscreen windows 2012-01-26 14:13:23 +00:00
clutter-device-manager-wayland.c build: make internal option_xkb_* symbols static 2011-12-08 16:13:38 +00:00
clutter-device-manager-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-event-wayland.c Deprecate clutter_threads_enter()/leave() 2012-07-11 13:22:19 +01:00
clutter-event-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-input-device-wayland.c wayland: Fix some missing includes 2012-03-20 14:36:58 +00:00
clutter-input-device-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-stage-wayland.c wayland: Fix some missing includes 2012-03-20 14:36:58 +00:00
clutter-stage-wayland.h wayland: Support setting fullscreen before the stage is realized 2012-01-26 14:14:13 +00:00
clutter-wayland-compositor.h clutter-wayland-compositor.h: Adds missing header guards 2012-03-20 14:37:08 +00:00
clutter-wayland-surface.c Fixes for the API reference 2012-04-27 12:30:48 +01:00
clutter-wayland-surface.h docs: Updates to the API reference 2012-03-05 23:45:40 +00:00
clutter-wayland.h wayland: Add accessor API to permit access to underlying Wayland structures 2012-02-14 13:54:15 +00:00