pub unsafe extern "C" fn XGetXCBConnection(
dpy: *mut Display,
) -> *mut xcb_connection_tExpand description
Get an XCB connection from the xlib::Display.
This function is behind the xlib_xcb cargo feature.
pub unsafe extern "C" fn XGetXCBConnection(
dpy: *mut Display,
) -> *mut xcb_connection_tGet an XCB connection from the xlib::Display.
This function is behind the xlib_xcb cargo feature.