e_comp_wl: Fix cursor timer update for touch motion 73/154673/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:44 +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 70e534a..5ace09f 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);
      }
 }