diff options
Diffstat (limited to 'ivi-shell')
-rw-r--r-- | ivi-shell/ivi-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index 87adde32..394179b8 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -617,7 +617,7 @@ commit_changes(struct ivi_layout *layout) * the weston_view below this ivi_view. Otherwise content * of this ivi_view will stay visible. */ - if ((ivilayer->prop.event_mask | ivisurf->prop.event_mask) && + if ((ivilayer->prop.event_mask | ivisurf->prop.event_mask) & IVI_NOTIFICATION_VISIBILITY) weston_view_damage_below(ivi_view->view); |