aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index de79332..e13088f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -56,7 +56,6 @@
/* includes available in 2.6.36 */
#ifndef ABS_MT_SLOT
#define ABS_MT_SLOT 0x2f /* MT slot being modified */
-#define MT_ABS_SIZE 11 /* Size of MT_SLOT_ABS_EVENTS */
#define MT_SLOT_ABS_EVENTS { \
ABS_MT_TOUCH_MAJOR, \
ABS_MT_TOUCH_MINOR, \
@@ -72,6 +71,8 @@
}
#endif
+#define MT_ABS_SIZE 11 /* Size of MT_SLOT_ABS_EVENTS */
+
#define DIM_FINGER 32
#define DIM2_FINGER (DIM_FINGER * DIM_FINGER)