diff options
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index 43a50eb56..045e6a2de 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -1,3 +1,4 @@ +/* $XFree86: xc/programs/Xserver/include/inputstr.h,v 1.5 2001/12/14 19:59:54 dawes Exp $ */ /************************************************************ Copyright 1987, 1998 The Open Group @@ -59,7 +60,7 @@ SOFTWARE. #define SameClient(obj,client) \ (CLIENT_BITS((obj)->resource) == (client)->clientAsMask) -#define MAX_DEVICES 9 +#define MAX_DEVICES 20 #define EMASKSIZE MAX_DEVICES |