[][src]Function clipboard_x11::ffi::xproto::xcb_copy_area_checked

pub unsafe extern "C" fn xcb_copy_area_checked(
    c: *mut xcb_connection_t,
    src_drawable: u32,
    dst_drawable: u32,
    gc: u32,
    src_x: i16,
    src_y: i16,
    dst_x: i16,
    dst_y: i16,
    width: u16,
    height: u16
) -> xcb_void_cookie_t

copy areas

Copies the specified rectangle from src_drawable to dst_drawable.