Revert "Set event filter to ignore mouse move event" 42/151242/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 17 Aug 2017 08:29:44 +0000 (17:29 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Wed, 20 Sep 2017 08:22:31 +0000 (17:22 +0900)
This reverts commit 17e1b5efb137aee06a3c5b8e2e007840fd6ff4c1.

Change-Id: I62d997f4115a1461cc0943bbdd5b1a60926365f3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/watch_app_main.c

index fd1f0f4..8d5ff29 100755 (executable)
@@ -1106,7 +1106,6 @@ EXPORT_API int watch_app_get_elm_win(Evas_Object **win)
        Evas_Object *ret_win;
        struct wl_surface *surface;
        Ecore_Wl_Window *wl_win;
-       screen_connector_provider_h remote;
        char buffer[256];
 
        if (win == NULL)
@@ -1123,11 +1122,8 @@ EXPORT_API int watch_app_get_elm_win(Evas_Object **win)
                _E("failed to get surface");
 
        surface = ecore_wl_window_surface_get(wl_win);
-       remote = screen_connector_provider_create(__context.appid,
+       screen_connector_provider_remote_enable(__context.appid,
                        surface);
-       screen_connector_provider_set_event_filter(remote,
-                       SCREEN_CONNECTOR_INPUT_TYPE_MOUSE_MOVE_X_Y |
-                       SCREEN_CONNECTOR_INPUT_TYPE_TOUCH_MOVE_X_Y);
 
        /* Set data to use in accessibility */
        snprintf(buffer, sizeof(buffer), "%s:%d", __context.appid, getpid());