scroll_mgr: fix a type for some vars to be portable 88/203488/1
authorWonki Kim <wonki_.kim@samsung.com>
Mon, 15 Apr 2019 07:10:33 +0000 (16:10 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 15 Apr 2019 07:21:33 +0000 (16:21 +0900)
commit1ee8da4d752092fe276346fdcb7d09ad513055c6
tree53f633343a33c796c9deabd34442f89e96f7f4c0
parent510878ddda6fb712a827bcb82bb09479756b6c6f
scroll_mgr: fix a type for some vars to be portable

Summary:
char type can be singed or unsinged according to the standard.
variables for keeping sign value should be sign, and that is the reason
why this patch modify a type for some variables explictly.

Reviewers: eagleeye

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8604

Change-Id: I26054743fe8c184cc02b49bebe0301214c162e94
src/lib/elementary/efl_ui_scroll_manager.c