[BOX32] Boosted xcbconnection slot from 8 to 16

This commit is contained in:
ptitSeb 2024-12-19 10:35:00 +01:00
parent 4d377de5ab
commit 17f2371804

View File

@ -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};