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)
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
>
>
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
[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.
> >
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
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