Lines Matching refs:shell
4 Subject: [PATCH 68/93] desktop-shell: Delay locking when having pending
12 desktop-shell/shell.c | 14 +++++++++++++-
16 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
18 --- a/desktop-shell/shell.c
19 +++ b/desktop-shell/shell.c
23 struct desktop_shell *shell = shell_output->shell;
24 + struct weston_compositor *compositor = shell->compositor;
27 + shell->compositor->pending_fade_out --;
40 - lock(shell);
42 + lock(shell);
46 @@ -3705,6 +3711,9 @@ shell_fade(struct desktop_shell *shell, enum fade_type type)
51 + shell->compositor->pending_fade_out ++;
62 + shell->compositor->pending_fade_out --;