XCB
1.11.1
|
xcb_copy_area_request_t More...
#include <xproto.h>
Data Fields | |
uint8_t | major_opcode |
uint8_t | pad0 |
uint16_t | length |
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 |
xcb_drawable_t xcb_copy_area_request_t::dst_drawable |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
int16_t xcb_copy_area_request_t::dst_x |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
int16_t xcb_copy_area_request_t::dst_y |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
xcb_gcontext_t xcb_copy_area_request_t::gc |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
uint16_t xcb_copy_area_request_t::height |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
uint16_t xcb_copy_area_request_t::length |
uint8_t xcb_copy_area_request_t::pad0 |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
xcb_drawable_t xcb_copy_area_request_t::src_drawable |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
int16_t xcb_copy_area_request_t::src_x |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
int16_t xcb_copy_area_request_t::src_y |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().
uint16_t xcb_copy_area_request_t::width |
Referenced by xcb_copy_area(), and xcb_copy_area_checked().