#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 |
| uint32_t | bit_plane |
| uint8_t xcb_copy_plane_request_t::pad0 |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| uint16_t xcb_copy_plane_request_t::length |
| xcb_drawable_t xcb_copy_plane_request_t::src_drawable |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| xcb_drawable_t xcb_copy_plane_request_t::dst_drawable |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| xcb_gcontext_t xcb_copy_plane_request_t::gc |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| int16_t xcb_copy_plane_request_t::src_x |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| int16_t xcb_copy_plane_request_t::src_y |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| int16_t xcb_copy_plane_request_t::dst_x |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| int16_t xcb_copy_plane_request_t::dst_y |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| uint16_t xcb_copy_plane_request_t::width |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| uint16_t xcb_copy_plane_request_t::height |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
| uint32_t xcb_copy_plane_request_t::bit_plane |
Referenced by xcb_copy_plane(), and xcb_copy_plane_checked().
1.5.6