Fix mouse touch event processing bug.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 22 Apr 2015 06:17:17 +0000 (15:17 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 22 Apr 2015 06:17:17 +0000 (15:17 +0900)
commit223c811cb88fdd99db84113f47a87778490ff1f5
tree872ede89b5c7011404723f2e227bfd7f7fdbe477
parentd58ab6fec49c24b9c27f22aa4bdf00db9a752f88
Fix mouse touch event processing bug.

When a user touch the screen (down & up), the master activate the thread and deactivate it shortly.
while processing this, the input thread's state machine goes wrong.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ib911c542456d37a5d5078f40d2c1c36ecf83bb2c
include/event.h
src/event.c
src/server.c