e_comp_wl: Fix cursor timer update for touch motion 71/154671/1
authorAmarnath <a.amarnath@samsung.com>
Thu, 25 May 2017 05:09:14 +0000 (10:39 +0530)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 11 Oct 2017 04:39:08 +0000 (04:39 +0000)
Change-Id: I03d7c0ccc40f0e07ea47fbaf7e0a38e2cebb236f
Signed-off-by: Amarnath <a.amarnath@samsung.com>
(cherry picked from commit dfe3cd3bd988265d203df9d45f3c8de08b79c403)

src/bin/e_comp_wl.c

index ca89581c0f7b9d7b421c3f7b1f7a85b8abc08b2d..5e8b6ac4efde5c1116b2cfce425e5f8d2b7ff62a 100644 (file)
@@ -1158,8 +1158,9 @@ _e_comp_wl_evas_cb_mouse_move(void *data, Evas *evas EINA_UNUSED, Evas_Object *o
                  if (e_pointer_is_hidden(e_comp->pointer))
                    _e_comp_wl_cursor_reload(ec);
                }
+
+             _e_comp_wl_cursor_move_timer_control(ec);
           }
-        _e_comp_wl_cursor_move_timer_control(ec);
      }
 }