commit | 90c2789e8d83a5b090cf4b91a6770a93f08028a0 | [log] [tgz] |
---|---|---|
author | Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> | Sat Dec 26 23:52:51 2015 +0900 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Feb 03 14:29:03 2016 +0200 |
tree | 2ede9b3064aab8fec19d419a12ef6f3920310d00 | |
parent | 0cc4e986695decb384cbbb8ce0e5cd08d2905249 [diff] |
ivi-layout: apply opacity to weston_view correctly 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. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>