e_comp_wl: Fix cursor timer update for touch motion 08/131308/1
authorAmarnath <a.amarnath@samsung.com>
Thu, 25 May 2017 05:09:14 +0000 (10:39 +0530)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 26 May 2017 08:09:35 +0000 (08:09 +0000)
Change-Id: I03d7c0ccc40f0e07ea47fbaf7e0a38e2cebb236f
Signed-off-by: Amarnath <a.amarnath@samsung.com>
src/bin/e_comp_wl.c

index 3b3cee5d3e76e7d7db9762cbfaa450a81178fe66..e51fe1235d5cc5812250ebbfa987e3ea7e25a561 100644 (file)
@@ -1246,8 +1246,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);
      }
 }