summaryrefslogtreecommitdiffstats
path: root/include/input
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-05-14 16:29:13 +0100
committerMichael Wright <michaelwr@google.com>2015-05-14 16:29:13 +0100
commitb03f103fd40d9028731a81e87a817a3e3bd07fa4 (patch)
tree2d66401069139c019054dfcedcb7f41b23b38245 /include/input
parent7b159c9a4f589da7fdab7c16f3aefea25e0e7e4f (diff)
downloadframeworks_native-b03f103fd40d9028731a81e87a817a3e3bd07fa4.zip
frameworks_native-b03f103fd40d9028731a81e87a817a3e3bd07fa4.tar.gz
frameworks_native-b03f103fd40d9028731a81e87a817a3e3bd07fa4.tar.bz2
Fix input tests to work with new MotionEvent member
Change-Id: I0dde0f91f693903f26edc116b5dbcbf33bac2b93
Diffstat (limited to 'include/input')
-rw-r--r--include/input/InputTransport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/InputTransport.h b/include/input/InputTransport.h
index 6dc77b7..f31bcea 100644
--- a/include/input/InputTransport.h
+++ b/include/input/InputTransport.h
@@ -96,7 +96,7 @@ struct InputMessage {
float yPrecision;
uint32_t pointerCount;
// Note that PointerCoords requires 8 byte alignment.
- struct Pointer{
+ struct Pointer {
PointerProperties properties;
PointerCoords coords;
} pointers[MAX_POINTERS];