RE: [PATCH weston v2] ivi-shell: add screen_remove_layer API

2017-02-07 Thread Ucan, Emre (ADITG/SW1)
freedesktop.org > Subject: Re: [PATCH weston v2] ivi-shell: add screen_remove_layer API > > On Mon, 30 Jan 2017 15:08:19 + > "Ucan, Emre (ADITG/SW1)" wrote: > > > It is analagous to layer_remove_surface API. > > The API removes a layer from the render order

Re: [PATCH weston v2] ivi-shell: add screen_remove_layer API

2017-02-06 Thread Pekka Paalanen
On Mon, 30 Jan 2017 15:08:19 + "Ucan, Emre (ADITG/SW1)" wrote: > It is analagous to layer_remove_surface API. > The API removes a layer from the render order of > the screen. > > v2: > add the new vfunc at the end of > the ivi_layout_interface struct. > > Signed-off-by: Emre Ucan > --- >