e_comp_wl: Fix cursor timer update for touch motion 13/131013/3
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:38:32 +0000 (04:38 +0000)
Change-Id: I03d7c0ccc40f0e07ea47fbaf7e0a38e2cebb236f
Signed-off-by: Amarnath <a.amarnath@samsung.com>
src/bin/e_comp_wl.c

index f8729e458386304be153ab1d1ee298da75e2bf12..73db9a39beb992ebdb1f5213832c887440332acb 100644 (file)
@@ -1160,8 +1160,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);
      }
 }