summaryrefslogtreecommitdiff
path: root/desktop-shell
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-04-29 15:15:45 -0700
committerKristian Høgsberg <krh@bitplanet.net>2014-04-29 15:15:45 -0700
commit6110d077772b2af0ac4701c4ac4620d4e1ad59f7 (patch)
tree9dc024093588736929d502f7dd980c2c531e2989 /desktop-shell
parent74071e056a93c03b2cf2e6597d113ae970c6928a (diff)
desktop-shell: Raise new windows over fullscreen apps
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=74219
Diffstat (limited to 'desktop-shell')
-rw-r--r--desktop-shell/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index e4c02959..690a3be3 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -4420,6 +4420,8 @@ activate(struct desktop_shell *shell, struct weston_surface *es,
struct weston_surface *old_es;
struct shell_surface *shsurf;
+ lower_fullscreen_layer(shell);
+
main_surface = weston_surface_get_main_surface(es);
weston_surface_activate(es, seat);