From a178f709651b4c6eba5bce3d66a07908b98c97e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 15 Jan 2013 21:25:56 +0100 Subject: [PATCH] shell: Don't lower fullscreen layer on activate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be able to have a fullscreen surface on one output, and interact with surfaces on another output, don't lower the fullscreen layer on activate. Signed-off-by: Jonas Ã…dahl --- src/shell.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell.c b/src/shell.c index cdbb7567..47882a52 100644 --- a/src/shell.c +++ b/src/shell.c @@ -2664,7 +2664,6 @@ activate(struct desktop_shell *shell, struct weston_surface *es, break; default: ws = get_current_workspace(shell); - lower_fullscreen_layer(shell); weston_surface_restack(es, &ws->layer.surface_list); break; }