misc.h: move out MAXEXTENSIONS to geext.c
The only user of it is geext.c, so no need to have that define in a public include file. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1810>
This commit is contained in:
parent
3f469acb96
commit
80593ab279
|
@ -31,6 +31,8 @@
|
|||
#include "protocol-versions.h"
|
||||
#include "extinit_priv.h"
|
||||
|
||||
#define MAXEXTENSIONS 128
|
||||
|
||||
Bool noGEExtension = FALSE;
|
||||
|
||||
DevPrivateKeyRec GEClientPrivateKeyRec;
|
||||
|
|
|
@ -89,7 +89,6 @@ OF THIS SOFTWARE.
|
|||
#endif
|
||||
#define MAXCLIENTS 2048
|
||||
#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */
|
||||
#define MAXEXTENSIONS 128
|
||||
#define MAXFORMATS 8
|
||||
#ifndef MAXDEVICES
|
||||
#define MAXDEVICES 256 /* input devices */
|
||||
|
|
Loading…
Reference in New Issue