diff options
-rw-r--r-- | include/input/Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index f8075e4..44e4027 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -85,7 +85,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. |