diff options
Diffstat (limited to 'desktop-shell/exposay.c')
-rw-r--r-- | desktop-shell/exposay.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c index f409aa3a..01bf0b13 100644 --- a/desktop-shell/exposay.c +++ b/desktop-shell/exposay.c @@ -286,6 +286,8 @@ exposay_layout(struct desktop_shell *shell) if (shell->exposay.focus_current == esurface->view) highlight = esurface; + set_alpha_if_fullscreen(get_shell_surface(view->surface)); + exposay_animate_in(esurface); i++; |