From b009b53cad12942d0ee2b1c0fece5b25e033fd6f Mon Sep 17 00:00:00 2001 From: Mihail Grigorov Date: Tue, 9 Jan 2018 13:20:26 +0200 Subject: i.MX6: weston: Fix for missing flags The missed flags causes a stop of transformation SPEC-1192 Signed-off-by: Mihail Grigorov Change-Id: I601d2f35d2f73055187db827cc7687a25e4d4ece --- .../weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch (limited to 'meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch') diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch new file mode 100644 index 000000000..2f4e6b628 --- /dev/null +++ b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch @@ -0,0 +1,13 @@ +--- a/ivi-shell/ivi-layout.c 2018-01-09 12:36:35.595811484 +0200 ++++ b/ivi-shell/ivi-layout.c 2018-01-09 12:39:59.579122491 +0200 +@@ -629,10 +629,6 @@ + struct ivi_rectangle r; + bool can_calc = true; + +- /*In case of no prop change, this just returns*/ +- if (!ivilayer->prop.event_mask && !ivisurf->prop.event_mask) +- return; +- + update_opacity(ivilayer, ivisurf, ivi_view->view); + + if (ivisurf->prop.source_width == 0 || ivisurf->prop.source_height == 0) { -- cgit 1.2.3-korg