Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.

This commit is contained in:
Peter Hutterer 2008-10-31 16:16:18 +10:30
commit f781a752e6
8 changed files with 27 additions and 28 deletions

View file

@ -89,6 +89,7 @@ extern unsigned long serverGeneration;
#define MAXCLIENTS 256
#define MAXEXTENSIONS 128
#define MAXFORMATS 8
#define MAXDEVICES 20 /* input devices */
typedef unsigned long PIXEL;
typedef unsigned long ATOM;