shell: Don't lower fullscreen layer on activate
authorJonas Ådahl <jadahl@gmail.com>
Tue, 15 Jan 2013 20:25:56 +0000 (21:25 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 15 Jan 2013 20:57:45 +0000 (15:57 -0500)
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>
src/shell.c

index cdbb756..47882a5 100644 (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;
        }