diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-19 10:35:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-19 10:35:00 +0100 |
| commit | 17f2371804b31d3829f029f27dad53eba2081a38 (patch) | |
| tree | d8a728ca10e7bd122f88f0a170f3f4213f51f83f /src/libtools | |
| parent | 4d377de5abe2ebf614b9fc41da9c54dd81a5ce20 (diff) | |
| download | box64-17f2371804b31d3829f029f27dad53eba2081a38.tar.gz box64-17f2371804b31d3829f029f27dad53eba2081a38.zip | |
[BOX32] Boosted xcbconnection slot from 8 to 16
Diffstat (limited to 'src/libtools')
| -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 3bc8e5fe..0d0fc6da 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 8 +#define NXCB 16 static my_xcb_connection_t* my_xcb_connects[NXCB] = {0}; static my_xcb_connection_32_t i386_xcb_connects[NXCB] = {0}; |