(1825) os: move LIMITCLIENTS define into private header
Not used by any external modules, and an implementation detail anyways, so no need to keep it in public header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
fb9f9807e1
commit
2bdfe4da5d
|
@ -88,7 +88,6 @@ OF THIS SOFTWARE.
|
||||||
#define MAXGPUSCREENS 16
|
#define MAXGPUSCREENS 16
|
||||||
#endif
|
#endif
|
||||||
#define MAXCLIENTS 2048
|
#define MAXCLIENTS 2048
|
||||||
#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */
|
|
||||||
#define MAXFORMATS 8
|
#define MAXFORMATS 8
|
||||||
#ifndef MAXDEVICES
|
#ifndef MAXDEVICES
|
||||||
#define MAXDEVICES 256 /* input devices */
|
#define MAXDEVICES 256 /* input devices */
|
||||||
|
|
|
@ -225,4 +225,6 @@ Ones(unsigned long mask)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */
|
||||||
|
|
||||||
#endif /* _OSDEP_H_ */
|
#endif /* _OSDEP_H_ */
|
||||||
|
|
Loading…
Reference in New Issue