Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 1211) sorted by relevance

12345678910>>...49

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch4 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);
[all …]
H A D0020-HACK-Support-setting-surface-flags-activate-and-alph.patch15 desktop-shell/shell.c | 29 ++++-
16 desktop-shell/shell.h | 2 +
22 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
24 --- a/desktop-shell/shell.c
25 +++ b/desktop-shell/shell.c
31 + new_layer_link = &shsurf->shell->top_layer.view_list;
33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
38 @@ -3220,6 +3225,10 @@ resume_desktop(struct desktop_shell *shell)
39 weston_layer_set_position(&shell->panel_layer,
42 + weston_layer_set_position(&shell->top_layer,
[all …]
H A D0043-desktop-shell-Resize-views-when-work-area-changed.patch4 Subject: [PATCH 43/79] 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);
[all …]
H A D0079-desktop-shell-Fix-crash-when-hotplugging-screens.patch4 Subject: [PATCH 79/79] desktop-shell: Fix crash when hotplugging screens
11 desktop-shell/shell.c | 7 +++++++
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
26 get_panel_size(shell, view, &width, &height);
27 switch (shell->panel_position) {
29 @@ -4370,6 +4374,8 @@ check_desktop_shell_crash_too_early(struct desktop_shell *shell)
33 + /* HACK: The shell might be crashed too early when hotplugging */
36 * If the shell helper client dies before the session has been
[all …]
H A D0066-desktop-shell-Delay-locking-when-having-pending-fade.patch4 Subject: [PATCH 66/79] 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);
[all …]
H A D0065-desktop-shell-Fix-crash-when-activating-destroyed-de.patch4 Subject: [PATCH 65/79] desktop-shell: Fix crash when activating destroyed
12 desktop-shell/shell.c | 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
19 @@ -3811,7 +3811,8 @@ activate(struct desktop_shell *shell, struct weston_view *view,
H A D0069-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch4 Subject: [PATCH 69/79] desktop-shell: Fix crash when destroying uncommited
11 desktop-shell/shell.c | 4 +++-
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
H A D0042-desktop-shell-Disable-fullscreen-black-background-by.patch4 Subject: [PATCH 42/79] desktop-shell: Disable fullscreen black background by
14 desktop-shell/shell.c | 7 ++++---
17 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
19 --- a/desktop-shell/shell.c
20 +++ b/desktop-shell/shell.c
31 @@ -3752,7 +3753,7 @@ lower_fullscreen_layer(struct desktop_shell *shell,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/
H A Dncurses-config.patch11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null)
12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null)
13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null)
14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null)
22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null)
23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null)
24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null)
25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null)
33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null)
34 - NCURSES_LDFLAGS := $(shell ncurses6-config --libs 2>/dev/null)
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch4 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);
[all …]
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch15 desktop-shell/shell.c | 29 ++++-
16 desktop-shell/shell.h | 2 +
22 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
24 --- a/desktop-shell/shell.c
25 +++ b/desktop-shell/shell.c
31 + new_layer_link = &shsurf->shell->top_layer.view_list;
33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
38 @@ -2787,6 +2792,10 @@ resume_desktop(struct desktop_shell *shell)
39 weston_layer_set_position(&shell->panel_layer,
42 + weston_layer_set_position(&shell->top_layer,
[all …]
H A D0046-desktop-shell-Resize-views-when-work-area-changed.patch4 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);
[all …]
H A D0079-desktop-shell-Fix-crash-when-hotplugging-screens.patch4 Subject: [PATCH 79/93] desktop-shell: Fix crash when hotplugging screens
11 desktop-shell/shell.c | 7 +++++++
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
26 get_panel_size(shell, view, &width, &height);
27 switch (shell->panel_position) {
29 @@ -3947,6 +3951,8 @@ check_desktop_shell_crash_too_early(struct desktop_shell *shell)
33 + /* HACK: The shell might be crashed too early when hotplugging */
36 * If the shell helper client dies before the session has been
[all …]
H A D0068-desktop-shell-Delay-locking-when-having-pending-fade.patch4 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);
[all …]
H A D0067-desktop-shell-Fix-crash-when-activating-destroyed-de.patch4 Subject: [PATCH 67/93] desktop-shell: Fix crash when activating destroyed
12 desktop-shell/shell.c | 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
19 @@ -3390,7 +3390,8 @@ activate(struct desktop_shell *shell, struct weston_view *view,
H A D0070-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch4 Subject: [PATCH 70/93] desktop-shell: Fix crash when destroying uncommited
11 desktop-shell/shell.c | 4 +++-
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
H A D0045-desktop-shell-Disable-fullscreen-black-background-by.patch4 Subject: [PATCH 45/93] desktop-shell: Disable fullscreen black background by
14 desktop-shell/shell.c | 7 ++++---
17 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
19 --- a/desktop-shell/shell.c
20 +++ b/desktop-shell/shell.c
31 @@ -3332,7 +3333,7 @@ lower_fullscreen_layer(struct desktop_shell *shell,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0071-desktop-shell-Avoid-lowering-the-requested-fullscree.patch4 Subject: [PATCH 71/92] 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);
[all …]
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch15 desktop-shell/shell.c | 29 ++++-
16 desktop-shell/shell.h | 2 +
22 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
24 --- a/desktop-shell/shell.c
25 +++ b/desktop-shell/shell.c
31 + new_layer_link = &shsurf->shell->top_layer.view_list;
33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
38 @@ -2787,6 +2792,10 @@ resume_desktop(struct desktop_shell *shell)
39 weston_layer_set_position(&shell->panel_layer,
42 + weston_layer_set_position(&shell->top_layer,
[all …]
H A D0046-desktop-shell-Resize-views-when-work-area-changed.patch4 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);
[all …]
H A D0078-desktop-shell-Fix-crash-when-hotplugging-screens.patch4 Subject: [PATCH 78/92] desktop-shell: Fix crash when hotplugging screens
11 desktop-shell/shell.c | 7 +++++++
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
26 get_panel_size(shell, view, &width, &height);
27 switch (shell->panel_position) {
29 @@ -3947,6 +3951,8 @@ check_desktop_shell_crash_too_early(struct desktop_shell *shell)
33 + /* HACK: The shell might be crashed too early when hotplugging */
36 * If the shell helper client dies before the session has been
[all …]
H A D0067-desktop-shell-Delay-locking-when-having-pending-fade.patch4 Subject: [PATCH 67/92] 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);
[all …]
H A D0066-desktop-shell-Fix-crash-when-activating-destroyed-de.patch4 Subject: [PATCH 66/92] desktop-shell: Fix crash when activating destroyed
12 desktop-shell/shell.c | 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
19 @@ -3390,7 +3390,8 @@ activate(struct desktop_shell *shell, struct weston_view *view,
H A D0069-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch4 Subject: [PATCH 69/92] desktop-shell: Fix crash when destroying uncommited
11 desktop-shell/shell.c | 4 +++-
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
/OK3568_Linux_fs/kernel/tools/scripts/
H A Dutilities.mak22 # GNU make's $(shell ...) function converts to a
42 # shell-escape-nl
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
50 # in an `awk' program that is delimited by shell
54 define shell-escape-nl
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
67 # delimited by shell single-quotes, so be wary
[all …]

12345678910>>...49