From f759675dc79e8df5bc78480da540d5a5c6bdf87f Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 28 Sep 2012 13:21:36 -0400 Subject: Fix compiler warnings --- minuitwrp/events.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'minuitwrp/events.c') diff --git a/minuitwrp/events.c b/minuitwrp/events.c index 52c5a7d50..557ab84e4 100644 --- a/minuitwrp/events.c +++ b/minuitwrp/events.c @@ -34,9 +34,15 @@ #define VIBRATOR_TIMEOUT_FILE "/sys/class/timed_output/vibrator/enable" #define VIBRATOR_TIME_MS 50 +#ifndef SYN_REPORT #define SYN_REPORT 0x00 +#endif +#ifndef SYN_CONFIG #define SYN_CONFIG 0x01 +#endif +#ifndef SYN_MT_REPORT #define SYN_MT_REPORT 0x02 +#endif #define ABS_MT_POSITION 0x2a /* Group a set of X and Y */ #define ABS_MT_AMPLITUDE 0x2b /* Group a set of Z and W */ -- cgit v1.2.3