diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 16:16:18 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 17:09:13 +1030 |
commit | f781a752e642cfe7d08f841b332c3ae507315598 (patch) | |
tree | 63a37822ab2538f5eb1afbaff190f54d83d37895 /include/inputstr.h | |
parent | 245d1c162c7b13c98a9a28dc7ad441366d7e8006 (diff) |
Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
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; |