GNOME Bugzilla – Bug 703608
Update ClutterWaylandSurface to use a resource instead of wl_buffer
Last modified: 2013-07-10 13:37:41 UTC
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
Created attachment 248375 [details] [review] Update ClutterWaylandSurface to use a resource instead of wl_buffer
Review of attachment 248375 [details] [review]: LGTM.
Attachment 248375 [details] pushed as 6c66148 - Update ClutterWaylandSurface to use a resource instead of wl_buffer