diff options
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index c74a4b108..9591d2f19 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -64,9 +64,7 @@ SOFTWARE. #define SameClient(obj,client) \ (CLIENT_BITS((obj)->resource) == (client)->clientAsMask) -#define MAX_DEVICES 20 - -#define EMASKSIZE MAX_DEVICES + 1 +#define EMASKSIZE MAXDEVICES + 1 extern DevPrivateKey CoreDevicePrivateKey; |