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:
parent
33619a4955
commit
a178f70965
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue