Lines Matching refs:shell
4 Subject: [PATCH 46/93] desktop-shell: Resize views when work area changed
8 desktop-shell/shell.c | 14 ++++++++++++++
11 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
13 --- a/desktop-shell/shell.c
14 +++ b/desktop-shell/shell.c
20 +handle_output_resize_layer(struct desktop_shell *shell,
24 struct desktop_shell *shell;
28 struct desktop_shell *shell = es->committed_private;
38 + get_output_work_area(shell, view->output, &old_area);
39 configure_static_view(view, &shell->panel_layer, x, y);
40 + get_output_work_area(shell, view->output, &new_area);
47 + shell_for_each_layer(shell, handle_output_resize_layer, view->output);