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

2017-02-07 Thread Pekka Paalanen
nd-devel@lists.freedesktop.org > > Subject: Re: [PATCH weston] ivi-shell: add screen_remove_layer API > > > > On Mon, 30 Jan 2017 14:42:42 + > > "Ucan, Emre (ADITG/SW1)" wrote: > > > I want to implement a shared library for ivi-shell (libweston-ivi)

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

2017-02-07 Thread Ucan, Emre (ADITG/SW1)
Hi Pekka, > -Original Message- > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > Sent: Montag, 6. Februar 2017 13:47 > To: Ucan, Emre (ADITG/SW1) > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH weston] ivi-shell: add screen_remove_layer API > >

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

2017-02-06 Thread Pekka Paalanen
On Mon, 30 Jan 2017 14:42:42 + "Ucan, Emre (ADITG/SW1)" wrote: > Hi Pekka, > > You are right. I will send second patch and add the function to end > of the function list. > > It is stated in ivi-shell/README that ivi_layout interface is stable. > But I think should not be stable yet. Becaus

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

2017-01-30 Thread Ucan, Emre (ADITG/SW1)
[PATCH weston] ivi-shell: add screen_remove_layer API > > On Wed, 18 Jan 2017 16:08:16 + > "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. > >

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

2017-01-27 Thread Pekka Paalanen
On Wed, 18 Jan 2017 16:08:16 + "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. > > Signed-off-by: Emre Ucan > --- > ivi-shell/ivi-layout-export.h | 10 ++ > ivi-shell/ivi-layout.c

[PATCH weston] ivi-shell: add screen_remove_layer API

2017-01-18 Thread Ucan, Emre (ADITG/SW1)
It is analagous to layer_remove_surface API. The API removes a layer from the render order of the screen. Signed-off-by: Emre Ucan --- ivi-shell/ivi-layout-export.h | 10 ++ ivi-shell/ivi-layout.c| 22 ++ 2 files changed, 32 insertions(+) diff --git a/ivi