Query: xcb_copy_plane
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
xcb_copy_plane(3) XCB Requests xcb_copy_plane(3)NAMExcb_copy_plane -SYNOPSIS#include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_plane(xcb_connection_t *conn, xcb_drawable_t src_drawable, xcb_drawable_t dst_drawable, xcb_gcontext_t gc, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height, uint32_t bit_plane);REQUEST ARGUMENTSconn The XCB connection to X11. src_drawable TODO: NOT YET DOCUMENTED. dst_drawable TODO: NOT YET DOCUMENTED. gc TODO: NOT YET DOCUMENTED. src_x TODO: NOT YET DOCUMENTED. src_y TODO: NOT YET DOCUMENTED. dst_x TODO: NOT YET DOCUMENTED. dst_y TODO: NOT YET DOCUMENTED. width TODO: NOT YET DOCUMENTED. height TODO: NOT YET DOCUMENTED. bit_plane TODO: NOT YET DOCUMENTED.DESCRIPTIONRETURN VALUEReturns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_copy_plane_checked. See xcb-requests(3) for details.ERRORSThis request does never generate any errors.SEE ALSOAUTHORGenerated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.XCB2014-06-10 xcb_copy_plane(3)
Related Man Pages |
---|
xcb_put_image(3) - centos |
xcb_shm_put_image(3) - centos |
xcb_shm_put_image_checked(3) - centos |
xcb_xv_get_video(3) - centos |
xcb_xv_shm_put_image_checked(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Controlling user input |