Function xcb::ffi::xproto::xcb_copy_area_checked [−][src]
pub unsafe extern "C" fn xcb_copy_area_checked(
c: *mut xcb_connection_t,
src_drawable: xcb_drawable_t,
dst_drawable: xcb_drawable_t,
gc: xcb_gcontext_t,
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
.