mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
This commit is contained in:
parent
245d1c162c
commit
f781a752e6
8 changed files with 27 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue