Re: [PATCH weston 2/6] hmi-controller: remove ivi_layout_interface global

2018-01-22 Thread Pekka Paalanen
On Wed, 3 Jan 2018 16:09:17 +0100 Emre Ucan wrote: > Put the interface into hmi_controller struct. > It is better to have it in an object. > > Signed-off-by: Emre Ucan > --- > ivi-shell/hmi-controller.c | 194 > +++-- > 1 file changed, 100 insertions(+)

[PATCH weston 2/6] hmi-controller: remove ivi_layout_interface global

2018-01-03 Thread Emre Ucan
Put the interface into hmi_controller struct. It is better to have it in an object. Signed-off-by: Emre Ucan --- ivi-shell/hmi-controller.c | 194 +++-- 1 file changed, 100 insertions(+), 94 deletions(-) diff --git a/ivi-shell/hmi-controller.c b/ivi-shell