[PATCH 2/6] DirectFB integration
Denis Oliver Kropp
dfbdok at gmail.com
Fri Oct 25 00:10:56 CEST 2013
surface: Add compositor_state to weston_surface for the
compositor to keep a per surface context, like renderer does.
---
src/compositor.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/compositor.h b/src/compositor.h
index 73722b5..2f3b7d0 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -865,6 +865,8 @@ struct weston_surface {
*/
struct wl_list subsurface_list; /* weston_subsurface::parent_link */
struct wl_list subsurface_list_pending; /* ...::parent_link_pending */
+
+ void *compositor_state;
};
enum weston_key_state_update {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20131025/8b7ea59c/attachment.html>
More information about the wayland-devel
mailing list