Define MAX_VALUATORS if it's missing to allow for builds against 1.5.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2009-03-09 09:29:48 +10:00
parent 2c49e21a81
commit 31853c39bf

View File

@@ -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;