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>
Jonas Ådahl 12 years ago committed by Kristian Høgsberg
parent 33619a4955
commit a178f70965
  1. 1
      src/shell.c

@ -2664,7 +2664,6 @@ activate(struct desktop_shell *shell, struct weston_surface *es,
break; break;
default: default:
ws = get_current_workspace(shell); ws = get_current_workspace(shell);
lower_fullscreen_layer(shell);
weston_surface_restack(es, &ws->layer.surface_list); weston_surface_restack(es, &ws->layer.surface_list);
break; break;
} }

Loading…
Cancel
Save