From 6110d077772b2af0ac4701c4ac4620d4e1ad59f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 29 Apr 2014 15:15:45 -0700 Subject: [PATCH] desktop-shell: Raise new windows over fullscreen apps Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=74219 --- desktop-shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index e4c0295..690a3be 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); -- 2.7.4