mutter/clutter/wayland
Neil Roberts 6c66148faf Update ClutterWaylandSurface to use a resource instead of wl_buffer
The Wayland server API has changed so that wl_shm_buffer is no longer
a type of wl_buffer and wl_buffer will become an opaque type. This
changes ClutterWaylandSurface to accept resources for a wl_buffer
instead of directly taking the wl_buffer so that it can do different
things depending on whether the resource points to an SHM buffer or a
normal buffer. This matches similar changes to Cogl:

https://git.gnome.org/browse/cogl/commit/?id=9b35e1651ad0e46ed48989

https://bugzilla.gnome.org/show_bug.cgi?id=703608
2013-07-10 13:28:52 +01:00
..
clutter-backend-wayland-priv.h wayland: Only include Wayland headers in private 2013-02-20 23:06:28 +00:00
clutter-backend-wayland.c wayland: add support for connecting to a foreign display 2013-07-09 12:35:29 +01:00
clutter-backend-wayland.h wayland: Only include Wayland headers in private 2013-02-20 23:06:28 +00:00
clutter-device-manager-wayland.c wayland: Only include Wayland headers in private 2013-02-20 23:06:28 +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 wayland: Do not poll the Wayland socket for events 2013-06-28 11:43:49 +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: Use a fake millisecond monotonic time source for event times 2013-07-10 10:30:17 +01:00
clutter-input-device-wayland.h Hide clutter_input_device_wayland and clutter_stage_wayland types 2012-10-12 15:12:55 +01:00
clutter-stage-wayland.c wayland: make the surface toplevel when showing the stage 2013-07-02 16:01:55 +01:00
clutter-stage-wayland.h Hide clutter_input_device_wayland and clutter_stage_wayland types 2012-10-12 15:12:55 +01:00
clutter-wayland-compositor.h wayland-compositor: Don't use Wayland types in public API 2013-02-20 23:06:28 +00:00
clutter-wayland-surface.c Update ClutterWaylandSurface to use a resource instead of wl_buffer 2013-07-10 13:28:52 +01:00
clutter-wayland-surface.h Update ClutterWaylandSurface to use a resource instead of wl_buffer 2013-07-10 13:28:52 +01:00
clutter-wayland.h wayland: add support for connecting to a foreign display 2013-07-09 12:35:29 +01:00