Re: [PATCH weston] remove warning of ivisurface reassign on the ivilayer

2016-03-04 Thread Pekka Paalanen
On Thu, 3 Mar 2016 19:56:09 +0900 Wataru Natsume wrote: > From: Wataru Natsume > > The warning of ivisurface reassign can be removed. Current > ivi_layout_layer_add_surface() removes the ivisurface from its previous > ivilayer and returns sucess. > > Signed-off-by: Wataru Natsume > --- >

[PATCH weston] remove warning of ivisurface reassign on the ivilayer

2016-03-03 Thread Wataru Natsume
From: Wataru Natsume The warning of ivisurface reassign can be removed. Current ivi_layout_layer_add_surface() removes the ivisurface from its previous ivilayer and returns sucess. Signed-off-by: Wataru Natsume --- ivi-shell/ivi-layout.c |8 +++- 1 file changed, 7 insertions(+), 1 de