Lines Matching refs:shell
4 Subject: [PATCH 72/93] desktop-shell: Avoid lowering the requested fullscreen
11 desktop-shell/shell.c | 9 +++++----
12 desktop-shell/shell.h | 3 ++-
15 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
17 --- a/desktop-shell/shell.c
18 +++ b/desktop-shell/shell.c
22 lower_fullscreen_layer(struct desktop_shell *shell,
29 @@ -3338,7 +3339,7 @@ lower_fullscreen_layer(struct desktop_shell *shell,
38 @@ -3405,7 +3406,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
42 - lower_fullscreen_layer(shell, shsurf->output);
43 + lower_fullscreen_layer(shell, shsurf->output, shsurf);
51 - lower_fullscreen_layer(switcher->shell, NULL);
52 + lower_fullscreen_layer(switcher->shell, NULL, NULL);
56 diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
58 --- a/desktop-shell/shell.h
59 +++ b/desktop-shell/shell.h
60 @@ -177,7 +177,8 @@ get_output_work_area(struct desktop_shell *shell,
63 lower_fullscreen_layer(struct desktop_shell *shell,
69 activate(struct desktop_shell *shell, struct weston_view *view,