for now #undef HAS_XCB until I figure out to make configure detect and work
This commit is contained in:
parent
e54c604087
commit
888ff17305
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue