Revert "rotation: exclude client which is placed out of screen(zone) from a list... 12/108412/1 accepted/tizen/3.0/common/20170109.195558 accepted/tizen/3.0/ivi/20170106.094744 accepted/tizen/3.0/mobile/20170106.094602 accepted/tizen/3.0/tv/20170106.094645 accepted/tizen/3.0/wearable/20170106.094715 submit/tizen_3.0/20170105.071718
authorDuna Oh <duna.oh@samsung.com>
Wed, 4 Jan 2017 08:12:58 +0000 (17:12 +0900)
committerDuna Oh <duna.oh@samsung.com>
Wed, 4 Jan 2017 08:14:02 +0000 (17:14 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Icc4a54d998a60e8f8f00dec67bdb9910c47de17f

src/rotation/e_mod_rotation_wl.c

index 76c826b..5a121dc 100644 (file)
@@ -594,7 +594,6 @@ _e_client_rotation_zone_set(E_Zone *zone, E_Client *include_ec, E_Client *exclud
         if ((ec != include_ec) && (!evas_object_visible_get(ec->frame))) continue;
         if (e_object_is_del(E_OBJECT(ec))) continue;
         if ((ec->comp_data) && (ec->comp_data->sub.data)) continue;
-        if (!E_INTERSECTS(ec->x, ec->y, ec->w, ec->h, zone->x, zone->y, zone->w, zone->h)) continue;
         if (!e_util_strcmp("wl_pointer-cursor", ec->icccm.window_role))
           {
              e_client_cursor_map_apply(ec, zone->rot.curr, ec->x, ec->y);