summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-10-23 04:15:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-23 04:15:21 +0000
commit034bc1799cbbc4184aa507eba181573c0a3b9b35 (patch)
tree96b3e2149ff07e77835848e3cad1812acb984862
parent7f1ea80d65996ab687ff56a884da915535cdc176 (diff)
parent778b6f4902ad824d5fc62071caaa837bb47deee5 (diff)
downloadframeworks_native-034bc1799cbbc4184aa507eba181573c0a3b9b35.zip
frameworks_native-034bc1799cbbc4184aa507eba181573c0a3b9b35.tar.gz
frameworks_native-034bc1799cbbc4184aa507eba181573c0a3b9b35.tar.bz2
DO NOT MERGE: fix build try #2
am: 778b6f4902 * commit '778b6f4902ad824d5fc62071caaa837bb47deee5': DO NOT MERGE: fix build try #2
-rw-r--r--include/input/Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h
index df6921a..235813e 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -114,7 +114,7 @@ enum {
/*
* Maximum number of samples supported per motion event.
*/
-#define MAX_SAMPLES UINT16_MAX
+#define MAX_SAMPLES 65535
/*
* Maximum pointer id value supported in a motion event.