diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-08-07 18:35:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 12:35:42 +0200 |
| commit | 98431d8cf577dc00050b51103165c448cd9fea21 (patch) | |
| tree | a3b49dade5bdc926eb6a17deeea44925b3b895f4 /src | |
| parent | a083025565d5185f7f3afbed1abf96a8eb65230f (diff) | |
| download | box64-98431d8cf577dc00050b51103165c448cd9fea21.tar.gz box64-98431d8cf577dc00050b51103165c448cd9fea21.zip | |
[BOX32] Enlarge xcb connects size for Linux Steam (#2910)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libtools/myalignxcb32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtools/myalignxcb32.c b/src/libtools/myalignxcb32.c index 8b539f7d..96d5282f 100644 --- a/src/libtools/myalignxcb32.c +++ b/src/libtools/myalignxcb32.c @@ -70,7 +70,7 @@ typedef struct my_xcb_connection_32_s { my_xcb_xid_32_t xid; } my_xcb_connection_32_t; -#define NXCB 16 +#define NXCB 32 static my_xcb_connection_t* my_xcb_connects[NXCB] = {0}; static my_xcb_connection_32_t i386_xcb_connects[NXCB] = {0}; static my_xcb_connection_t* tmp_xcb_connect = NULL; |