Re: [PATCH weston] ivi-layout: apply opacity to weston_view correctly

2016-02-03 Thread Pekka Paalanen
On Sat, 26 Dec 2015 23:52:51 +0900 Nobuhiko Tanibata wrote: > From: Nobuhiko Tanibata > > update_opacity is only called when a ivi-surface is visible. But the > previous code also checks event masks redundantly. However if the event > happens when ivi-surface is invisible, opacity is not calcul

[PATCH weston] ivi-layout: apply opacity to weston_view correctly

2015-12-26 Thread Nobuhiko Tanibata
From: Nobuhiko Tanibata update_opacity is only called when a ivi-surface is visible. But the previous code also checks event masks redundantly. However if the event happens when ivi-surface is invisible, opacity is not calculated. This patch removes this redundant check to fix potential bug. Sig