summaryrefslogtreecommitdiff
path: root/desktop-shell/exposay.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2014-01-07 16:41:40 +0100
committerKristian Høgsberg <krh@bitplanet.net>2014-01-07 21:46:36 -0800
commit1a26f1baba2ec02d6e1e3941f8f1f4f5f38d5a0d (patch)
tree4796b2a63f8fee3909cdec3272c20f7d6e3c636d /desktop-shell/exposay.c
parente6bbe5a90d1ea91624ebdbdb7abdc7a1bbe9829d (diff)
exposay: set an alpha on fullscreen surfacesHEADmaster
This makes the desktop background actually draw when there is a fullscreen surface and we go to exposay.
Diffstat (limited to 'desktop-shell/exposay.c')
-rw-r--r--desktop-shell/exposay.c2
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++;