summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 09582ce..de79332 100644
--- a/include/common.h
+++ b/include/common.h
@@ -76,7 +76,7 @@
76#define DIM2_FINGER (DIM_FINGER * DIM_FINGER) 76#define DIM2_FINGER (DIM_FINGER * DIM_FINGER)
77 77
78/* event buffer size (must be a power of two) */ 78/* event buffer size (must be a power of two) */
79#define DIM_EVENTS 64 79#define DIM_EVENTS 512
80 80
81/* year-proof millisecond event time */ 81/* year-proof millisecond event time */
82typedef __u64 mstime_t; 82typedef __u64 mstime_t;