efl_ui_spotlight: fix warning of implicit conversion of floating point 03/213603/1
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 9 Sep 2019 05:23:26 +0000 (14:23 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 9 Sep 2019 06:26:18 +0000 (15:26 +0900)
commit38ebd4876d737b72a58d1dff863e3c1a0540c1b5
treecae4e6a192cfbd3633ad63dcb5159afaf505718f
parent143449f89c23a08b092eb0d5d1eb77efea898557
efl_ui_spotlight: fix warning of implicit conversion of floating point

The result of integral division is converted into floating point.
To fix the warning by assigning the result to integer variable, type
cast is done.

Change-Id: Icfdd614bbd100e5b54b8ed09dcf272b4dfcbde90
src/lib/elementary/efl_ui_spotlight_manager_scroll.c