Re: [PATCH weston v2] ivi-shell: Damage view below after unmapping

2018-04-10 Thread zou lan
nt:* Dienstag, 10. April 2018 08:55 > *To:* Pekka Paalanen > *Cc:* Ucan, Emre (ADITG/ESB); wayland-devel@lists.freedesktop.org > *Subject:* Re: [PATCH weston v2] ivi-shell: Damage view below after > unmapping > > > > Hi Emre > > > > I have a question about this chan

RE: [PATCH weston v2] ivi-shell: Damage view below after unmapping

2018-04-10 Thread Ucan, Emre (ADITG/ESB)
2018 08:55 To: Pekka Paalanen Cc: Ucan, Emre (ADITG/ESB); wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston v2] ivi-shell: Damage view below after unmapping Hi Emre I have a question about this change: Is the commit_screen_list function not enough to handle the layer/surface&#

Re: [PATCH weston v2] ivi-shell: Damage view below after unmapping

2018-04-09 Thread zou lan
Hi Emre I have a question about this change: Is the commit_screen_list function not enough to handle the layer/surface's visibility? Why need to handle visibility in commit_changes? They are called ivi_layout_commit_changes together. Best Regards Nancy 2017-02-07 21:04 GMT+08:00 Pekka Paalanen

Re: [PATCH weston v2] ivi-shell: Damage view below after unmapping

2017-02-07 Thread Pekka Paalanen
On Tue, 7 Feb 2017 12:55:59 + "Ucan, Emre (ADITG/SW1)" wrote: > If ivilayer or ivisurf of ivi_view is made invisible in the > commit_changes call, we have to damage the weston_view below this > ivi_view. Otherwise content of this ivi_view will stay visible. > > Signed-off-by: Emre Ucan > --

[PATCH weston v2] ivi-shell: Damage view below after unmapping

2017-02-07 Thread Ucan, Emre (ADITG/SW1)
If ivilayer or ivisurf of ivi_view is made invisible in the commit_changes call, we have to damage the weston_view below this ivi_view. Otherwise content of this ivi_view will stay visible. Signed-off-by: Emre Ucan --- ivi-shell/ivi-layout.c | 13 - 1 file changed, 12 insertions(+)