diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/evdev.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h index bd25a26..6745a07 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -59,6 +59,11 @@ #define HAVE_PROPERTIES 1 #endif +#ifndef MAX_VALUATORS +#define MAX_VALUATORS 36 +#endif + + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 5 typedef struct { char *rules; |