diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libtools/my_x11_conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtools/my_x11_conv.c b/src/libtools/my_x11_conv.c index 68875a34..eb143e94 100644 --- a/src/libtools/my_x11_conv.c +++ b/src/libtools/my_x11_conv.c @@ -19,7 +19,7 @@ typedef struct Visuals_s { } Visuals_t; KHASH_MAP_INIT_INT(visuals, Visuals_t); -#define N_DISPLAY 4 +#define N_DISPLAY 16 my_XDisplay_t* my32_Displays_64[N_DISPLAY] = {0}; struct my_XFreeFuncs_32 my32_free_funcs_32[N_DISPLAY] = {0}; struct my_XLockPtrs_32 my32_lock_fns_32[N_DISPLAY] = {0}; |