Function xcb::ffi::XGetXCBConnection

source ยท
pub unsafe extern "C" fn XGetXCBConnection(
    dpy: *mut Display,
) -> *mut xcb_connection_t
Expand description

Get an XCB connection from the xlib::Display.

This function is behind the xlib_xcb cargo feature.