visibility: do not skip the window in out of screen, we also have to send visibility... 76/58176/2
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 28 Jan 2016 06:57:33 +0000 (15:57 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 28 Jan 2016 07:40:34 +0000 (16:40 +0900)
Change-Id: I8fb40fd7b281c00950d25124eb857724433ede8f

src/e_mod_visibility.c

index a1993c10a142701133d37ec604cc71100967fd60..f1fdccd9be98123bc5f7ca8e0a5bd230241ccadf 100644 (file)
@@ -208,9 +208,6 @@ e_mod_pol_zone_visibility_calc(E_Zone *zone)
                     continue;
                }
           }
-        /* check e_client and skip e_clinets not intersects with zone */
-        if (!E_INTERSECTS(ec->x, ec->y, ec->w, ec->h, zone->x, zone->y, zone->w, zone->h))
-          continue;
 
         if (_client_tiler_intersects(ec, t))
           {