diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 3 |
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 @@ | |||
| 56 | /* includes available in 2.6.36 */ | 56 | /* includes available in 2.6.36 */ |
| 57 | #ifndef ABS_MT_SLOT | 57 | #ifndef ABS_MT_SLOT |
| 58 | #define ABS_MT_SLOT 0x2f /* MT slot being modified */ | 58 | #define ABS_MT_SLOT 0x2f /* MT slot being modified */ |
| 59 | #define MT_ABS_SIZE 11 /* Size of MT_SLOT_ABS_EVENTS */ | ||
| 60 | #define MT_SLOT_ABS_EVENTS { \ | 59 | #define MT_SLOT_ABS_EVENTS { \ |
| 61 | ABS_MT_TOUCH_MAJOR, \ | 60 | ABS_MT_TOUCH_MAJOR, \ |
| 62 | ABS_MT_TOUCH_MINOR, \ | 61 | ABS_MT_TOUCH_MINOR, \ |
| @@ -72,6 +71,8 @@ | |||
| 72 | } | 71 | } |
| 73 | #endif | 72 | #endif |
| 74 | 73 | ||
| 74 | #define MT_ABS_SIZE 11 /* Size of MT_SLOT_ABS_EVENTS */ | ||
| 75 | |||
| 75 | #define DIM_FINGER 32 | 76 | #define DIM_FINGER 32 |
| 76 | #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) | 77 | #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) |
| 77 | 78 | ||
