Lines Matching refs:desktop
16 clients/desktop-shell.c | 20 +++++++++++++++
18 desktop-shell/shell.c | 17 ++++++++++---
23 diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
25 --- a/clients/desktop-shell.c
26 +++ b/clients/desktop-shell.c
32 + struct desktop *desktop;
40 + struct desktop *desktop = output->desktop;
49 + weston_desktop_shell_set_panel(desktop->shell,
53 + if (!y && desktop->want_panel && !output->panel) {
55 + output->panel = panel_create(desktop, output);
57 + weston_desktop_shell_set_panel(desktop->shell,
64 @@ -1300,6 +1319,7 @@ create_output(struct desktop *desktop, uint32_t id)
68 + output->desktop = desktop;
70 display_bind(desktop->display, id, &wl_output_interface, 2);
101 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
103 --- a/desktop-shell/shell.c
104 +++ b/desktop-shell/shell.c