for now #undef HAS_XCB until I figure out to make configure detect and work

This commit is contained in:
stefan schippers 2022-12-08 13:46:45 +01:00
parent e54c604087
commit 888ff17305
1 changed files with 3 additions and 1 deletions

View File

@ -1004,8 +1004,10 @@ extern unsigned char **pixdata;
extern unsigned char pixdata_init[22][32];
extern Display *display;
#undef HAS_XCB
#ifdef HAS_XCB
extern xcb_connection_t *xcb_conn;
xcb_connection_t *xcb_conn;
#endif
extern int screen_number;
extern int screendepth;