do not check the pointer hidden at pointer warp 44/83444/1 accepted/tizen/common/20160811.150222 accepted/tizen/ivi/20160811.085509 accepted/tizen/ivi/20160811.085950 accepted/tizen/mobile/20160811.085422 accepted/tizen/mobile/20160811.085859 accepted/tizen/tv/20160811.085437 accepted/tizen/tv/20160811.085913 accepted/tizen/wearable/20160811.085455 accepted/tizen/wearable/20160811.085931 submit/tizen/20160811.072522
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 11 Aug 2016 01:57:27 +0000 (10:57 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 11 Aug 2016 01:57:27 +0000 (10:57 +0900)
Change-Id: I578c96ef3da1cc50673c70d0bcbd0f9f69d2297c

src/e_devicemgr_device.c

index b09035bd645ee9beba0a4b2540ed297643159496..fa2d26f5e74f45ba26d7c8444624154b92f83d39 100644 (file)
@@ -1164,13 +1164,6 @@ _e_input_devmgr_cb_pointer_warp(struct wl_client *client, struct wl_resource *re
         return;
      }
 
-   if (e_pointer_is_hidden(e_comp->pointer))
-     {
-        DMDBG("The pointer is hidden !\n");
-        tizen_input_device_manager_send_error(resource, TIZEN_INPUT_DEVICE_MANAGER_ERROR_NO_POINTER_AVAILABLE);
-        return;
-     }
-
    if (ec != e_comp_wl->ptr.ec)
      {
         DMDBG("Pointer is not on the given surface  !\n");