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.
pub unsafe extern "C" fn XGetXCBConnection(
dpy: *mut Display,
) -> *mut xcb_connection_t
Get an XCB connection from the xlib::Display
.
This function is behind the xlib_xcb
cargo feature.