2f4e6b6282307812758881db5ee21bf044fbb533
[AGL/meta-agl.git] / meta-agl-bsp / meta-freescale-layer / recipes-graphics / wayland / weston-2.0.0 / fix-ivi-layout-for-IMX6-fbdev.patch
1 --- a/ivi-shell/ivi-layout.c    2018-01-09 12:36:35.595811484 +0200
2 +++ b/ivi-shell/ivi-layout.c    2018-01-09 12:39:59.579122491 +0200
3 @@ -629,10 +629,6 @@
4         struct ivi_rectangle r;
5         bool can_calc = true;
6  
7 -       /*In case of no prop change, this just returns*/
8 -       if (!ivilayer->prop.event_mask && !ivisurf->prop.event_mask)
9 -               return;
10 -
11         update_opacity(ivilayer, ivisurf, ivi_view->view);
12  
13         if (ivisurf->prop.source_width == 0 || ivisurf->prop.source_height == 0) {