mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.
This commit is contained in:
parent
f781a752e6
commit
b6b26560d6
6 changed files with 3 additions and 7 deletions
|
|
@ -91,6 +91,9 @@ extern unsigned long serverGeneration;
|
|||
#define MAXFORMATS 8
|
||||
#define MAXDEVICES 20 /* input devices */
|
||||
|
||||
#define EXTENSION_EVENT_BASE 64
|
||||
#define EXTENSION_BASE 128
|
||||
|
||||
typedef unsigned long PIXEL;
|
||||
typedef unsigned long ATOM;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue