Function xcb_sys::xcb_put_image[][src]

pub unsafe extern "C" fn xcb_put_image(
    c: *mut xcb_connection_t,
    format: u8,
    drawable: xcb_drawable_t,
    gc: xcb_gcontext_t,
    width: u16,
    height: u16,
    dst_x: i16,
    dst_y: i16,
    left_pad: u8,
    depth: u8,
    data_len: u32,
    data: *const u8
) -> xcb_void_cookie_t