mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
xorg-server:
- add patch from debian to extend max clients
This commit is contained in:
parent
b5ef939580
commit
7ef988b19d
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nurp patched/include/misc.h working/include/misc.h
|
||||||
|
--- patched/include/misc.h 2009-02-05 01:09:03.000000000 -0800
|
||||||
|
+++ working/include/misc.h 2009-02-05 02:12:57.000000000 -0800
|
||||||
|
@@ -86,7 +86,7 @@ extern unsigned long serverGeneration;
|
||||||
|
#ifndef MAXSCREENS
|
||||||
|
#define MAXSCREENS 16
|
||||||
|
#endif
|
||||||
|
-#define MAXCLIENTS 256
|
||||||
|
+#define MAXCLIENTS 512
|
||||||
|
#define MAXEXTENSIONS 128
|
||||||
|
#define MAXFORMATS 8
|
||||||
|
#define MAXDEVICES 20 /* input devices */
|
Loading…
x
Reference in New Issue
Block a user