Lines Matching refs:shell
4 Subject: [PATCH 72/79] desktop-shell: Avoid lowering the requested fullscreen
11 desktop-shell/exposay.c | 2 +-
12 desktop-shell/shell.c | 9 +++++----
13 desktop-shell/shell.h | 3 ++-
16 diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c
18 --- a/desktop-shell/exposay.c
19 +++ b/desktop-shell/exposay.c
20 @@ -646,7 +646,7 @@ exposay_transition_active(struct desktop_shell *shell)
21 shell->exposay.clicked = NULL;
22 wl_list_init(&shell->exposay.surface_list);
24 - lower_fullscreen_layer(shell, NULL);
25 + lower_fullscreen_layer(shell, NULL, NULL);
26 shell->exposay.grab_kbd.interface = &exposay_kbd_grab;
28 &shell->exposay.grab_kbd);
29 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
31 --- a/desktop-shell/shell.c
32 +++ b/desktop-shell/shell.c
36 lower_fullscreen_layer(struct desktop_shell *shell,
43 @@ -3758,7 +3759,7 @@ lower_fullscreen_layer(struct desktop_shell *shell,
52 @@ -3826,7 +3827,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
56 - lower_fullscreen_layer(shell, shsurf->output);
57 + lower_fullscreen_layer(shell, shsurf->output, shsurf);
65 - lower_fullscreen_layer(switcher->shell, NULL);
66 + lower_fullscreen_layer(switcher->shell, NULL, NULL);
70 diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
72 --- a/desktop-shell/shell.h
73 +++ b/desktop-shell/shell.h
74 @@ -242,7 +242,8 @@ get_output_work_area(struct desktop_shell *shell,
77 lower_fullscreen_layer(struct desktop_shell *shell,
83 activate(struct desktop_shell *shell, struct weston_view *view,