diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-24 13:18:58 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-24 18:33:23 -0200 |
| commit | 5c0d490135414da20cb082fb801a667d3e5575de (patch) | |
| tree | 53df7545a80ca6079fbe7475ad60769a67216ae6 | |
| parent | fd8109775a87be548625a5f3649b82267ad7fe35 (diff) | |
| download | meta-freescale-5c0d490135414da20cb082fb801a667d3e5575de.tar.gz | |
weston: Remove "Desktop-shell-Don-t-assume-there-is-a-pointer.patch"
This patch is applied upstream and can be removed now.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/wayland/weston/0004-Desktop-shell-Don-t-assume-there-is-a-pointer.patch | 36 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | 1 |
2 files changed, 0 insertions, 37 deletions
diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston/0004-Desktop-shell-Don-t-assume-there-is-a-pointer.patch b/meta-fsl-arm/recipes-graphics/wayland/weston/0004-Desktop-shell-Don-t-assume-there-is-a-pointer.patch deleted file mode 100644 index f6ef253c7..000000000 --- a/meta-fsl-arm/recipes-graphics/wayland/weston/0004-Desktop-shell-Don-t-assume-there-is-a-pointer.patch +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | From 1194ccebc0db14ba681bd8272e01715b3e7008cc Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Yong Gan <b45748@freescale.com> | ||
| 3 | Date: Fri, 27 Jun 2014 11:33:53 +0800 | ||
| 4 | Subject: [PATCH] ENGR00320189 desktop-shell: Don't assume there is a pointer | ||
| 5 | when resizing | ||
| 6 | |||
| 7 | Fixes a crash on touch devices without a pointer, when touching | ||
| 8 | the window frame of a client. | ||
| 9 | cherry-pick from 5872b6821be7c9c0a17a0de962e3f4a04f5d0c6f | ||
| 10 | |||
| 11 | Date: Jun 27, 2014 | ||
| 12 | |||
| 13 | Upstream Status: N/A | ||
| 14 | |||
| 15 | Signed-off-by Yong Gan <B45748@freescale.com> | ||
| 16 | --- | ||
| 17 | desktop-shell/shell.c | 3 ++- | ||
| 18 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 19 | |||
| 20 | diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c | ||
| 21 | index 84f5c83..d965618 100644 | ||
| 22 | --- a/desktop-shell/shell.c | ||
| 23 | +++ b/desktop-shell/shell.c | ||
| 24 | @@ -1784,7 +1784,8 @@ common_surface_resize(struct wl_resource *resource, | ||
| 25 | struct shell_surface *shsurf = wl_resource_get_user_data(resource); | ||
| 26 | struct weston_surface *surface; | ||
| 27 | |||
| 28 | - if (seat->pointer->button_count == 0 || | ||
| 29 | + if (seat->pointer == NULL || | ||
| 30 | + seat->pointer->button_count == 0 || | ||
| 31 | seat->pointer->grab_serial != serial || | ||
| 32 | seat->pointer->focus == NULL) | ||
| 33 | return; | ||
| 34 | -- | ||
| 35 | 1.7.9.5 | ||
| 36 | |||
diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend index 7b50283ec..01773d279 100644 --- a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | |||
| @@ -3,7 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
| 3 | SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \ | 3 | SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \ |
| 4 | file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch \ | 4 | file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch \ |
| 5 | file://0003-Distorted-line-and-shadow-if-use-2d-com.patch \ | 5 | file://0003-Distorted-line-and-shadow-if-use-2d-com.patch \ |
| 6 | file://0004-Desktop-shell-Don-t-assume-there-is-a-pointer.patch \ | ||
| 7 | file://0005-Enable-GAL2D-compositor-in-SoloLite.patch \ | 6 | file://0005-Enable-GAL2D-compositor-in-SoloLite.patch \ |
| 8 | file://0006-Change-GAL2D-compositor-to-be-default-i.patch \ | 7 | file://0006-Change-GAL2D-compositor-to-be-default-i.patch \ |
| 9 | " | 8 | " |
