OSDN Git Service

Change InputMessage.motion.pointerSize to a uint32_t.
authorNarayan Kamath <narayan@google.com>
Fri, 2 May 2014 16:53:33 +0000 (17:53 +0100)
committerNarayan Kamath <narayan@google.com>
Fri, 16 May 2014 11:55:48 +0000 (12:55 +0100)
commit844a4c81ff39a30396b470f0a6ba3834b1810781
tree41d9b8f84088fa782fa0132da4e1c40283a0d050
parent402120a2236b294dff9a51461cb22400a6ef67f6
Change InputMessage.motion.pointerSize to a uint32_t.

This ensures it's the same size in both 32 and 64 bit
processes and also brings it in line with struct
MotionEntry.

(cherry-picked from commit bc6001b026069714177526eb1120b0011d6f2a51)

Change-Id: Ide6bb4dc05cc92a7ae8833e615e8ebb2353255a6
services/input/InputDispatcher.cpp