Do not reset the ON_HOLD flag after processing the UP event.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 25 Sep 2014 05:42:13 +0000 (14:42 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 25 Sep 2014 05:42:13 +0000 (14:42 +0900)
commitc1a3d449ff24fa9e30a263deb24cb12725158ca5
tree58302e2fc50051e1a521205309356374eb5d642f
parent2c6e8e2c65276c056865a0745ca487fa4116ad5f
Do not reset the ON_HOLD flag after processing the UP event.

It could be refer'ed by other callback called after UP event.
So it should not be cleared.

Instead of clearing them after UP event,
clear them right before feeding the DOWN event.

Update some comment style.

[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: I40dd7a7323ccea18f5f719d3c83566b267dfc4b6
src/virtual_window.c