e_policy_wl: removed code checking whether the window is in the screen while handling... 88/101288/1 accepted/tizen/3.0/common/20161201.135301 accepted/tizen/3.0/ivi/20161201.032249 accepted/tizen/3.0/mobile/20161201.032150 accepted/tizen/3.0/tv/20161201.032211 accepted/tizen/3.0/wearable/20161201.032229 accepted/tizen/common/20161201.135806 accepted/tizen/ivi/20161130.233651 accepted/tizen/mobile/20161130.233543 accepted/tizen/tv/20161130.233615 accepted/tizen/wearable/20161130.233636 submit/tizen/20161130.140306 submit/tizen_3.0/20161130.140438
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 30 Nov 2016 13:54:56 +0000 (22:54 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 30 Nov 2016 13:54:56 +0000 (22:54 +0900)
there was a bug that the window didn't move to out of screen.

Change-Id: Ib8b83e69a549c1bcdfe3f5880e00ce00b3cba98a

src/bin/e_policy_wl.c

index 32163f80f592cfd79c8c90679c256f24d10c692a..7ec4608fa62fe9e386879f60a1f9a23ad582da76 100644 (file)
@@ -1143,15 +1143,6 @@ _tzpos_iface_cb_set(struct wl_client *client EINA_UNUSED, struct wl_resource *re
    EINA_SAFETY_ON_NULL_RETURN(ec);
    EINA_SAFETY_ON_NULL_RETURN(ec->frame);
 
-   if(!E_INTERSECTS(ec->zone->x, ec->zone->y,
-                    ec->zone->w, ec->zone->h,
-                    x, y,
-                    ec->w, ec->h))
-     {
-        e_policy_wl_position_send(ec);
-        return;
-     }
-
    if (!ec->lock_client_location)
      {
         ec->x = ec->client.x = ec->desk->geom.x + x;