From a85437766c81b135ef074225cd607eff9c3645d3 Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Fri, 26 Feb 2016 15:34:56 +0100 Subject: ivi-controller: copy ivishell struct from ivi-extension Signed-off-by: Emre Ucan --- weston-ivi-shell/src/ivi-controller-impl.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/weston-ivi-shell/src/ivi-controller-impl.c b/weston-ivi-shell/src/ivi-controller-impl.c index 74c8df6..9ef2982 100644 --- a/weston-ivi-shell/src/ivi-controller-impl.c +++ b/weston-ivi-shell/src/ivi-controller-impl.c @@ -73,6 +73,17 @@ struct ivicontroller { struct ivishell *shell; }; +struct ivishell { + struct weston_compositor *compositor; + const struct ivi_layout_interface *interface; + + struct wl_list list_surface; + struct wl_list list_layer; + struct wl_list list_screen; + + struct wl_list list_controller; +}; + struct screenshot_frame_listener { struct wl_listener listener; char *filename; -- cgit v1.2.1