mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[BOX32] Boosted xcbconnection slot from 8 to 16
This commit is contained in:
parent
4d377de5ab
commit
17f2371804
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user