commit | b03f103fd40d9028731a81e87a817a3e3bd07fa4 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Thu May 14 16:29:13 2015 +0100 |
committer | Michael Wright <michaelwr@google.com> | Thu May 14 16:29:13 2015 +0100 |
tree | 2d66401069139c019054dfcedcb7f41b23b38245 | |
parent | 7b159c9a4f589da7fdab7c16f3aefea25e0e7e4f [diff] [blame] |
Fix input tests to work with new MotionEvent member Change-Id: I0dde0f91f693903f26edc116b5dbcbf33bac2b93
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 @@ float yPrecision; uint32_t pointerCount; // Note that PointerCoords requires 8 byte alignment. - struct Pointer{ + struct Pointer { PointerProperties properties; PointerCoords coords; } pointers[MAX_POINTERS];