xcb_copy_area_checked

@brief copy areas

@param c The connection @param src_drawable The source drawable (Window or Pixmap). @param dst_drawable The destination drawable (Window or Pixmap). @param gc The graphics context to use. @param src_x The source X coordinate. @param src_y The source Y coordinate. @param dst_x The destination X coordinate. @param dst_y The destination Y coordinate. @param width The width of the area to copy (in pixels). @param height The height of the area to copy (in pixels). @return A cookie

Copies the specified rectangle from \a src_drawable to \a dst_drawable.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

Meta