e_pointer: fix cursor position when calling e_pointer_object_set() 80/85480/5
authorDuna Oh <duna.oh@samsung.com>
Thu, 25 Aug 2016 08:48:47 +0000 (17:48 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 29 Aug 2016 03:45:50 +0000 (20:45 -0700)
commit34e6b98f9dbdd920ca1086d06d8a66522d46d23b
treead89c8f90d2b5d711ebf94ff3f5d1fbdeb19d377
parent598518a2fb78681f88c81c7e53972f725f70feb3
e_pointer: fix cursor position when calling e_pointer_object_set()

1. _e_pointer_move() do nothing because ptr->o_ptr is NULL.
2. the arguments x, y of e_pointer_object_set is used for hot spot, not cursor position.
3. rename _e_pointer_move() to _e_pointer_position_update()

Change-Id: If78f507981cd3b3c495aeef469bd2cdb2d0d3dd9
Signed-off-by: Duna Oh <duna.oh@samsung.com>
src/bin/e_comp_wl_input.c
src/bin/e_pointer.c