shell: Don't lower fullscreen layer on activate

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 <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2013-01-15 21:25:56 +01:00 committed by Kristian Høgsberg
parent 33619a4955
commit a178f70965
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}