#include <xproto.h>
Data Fields | |
uint8_t | major_opcode |
uint8_t | pad0 |
uint16_t | length |
xcb_gcontext_t | src_gc |
xcb_gcontext_t | dst_gc |
uint32_t | value_mask |
uint8_t xcb_copy_gc_request_t::pad0 |
Referenced by xcb_copy_gc(), and xcb_copy_gc_checked().
uint16_t xcb_copy_gc_request_t::length |
xcb_gcontext_t xcb_copy_gc_request_t::src_gc |
Referenced by xcb_copy_gc(), and xcb_copy_gc_checked().
xcb_gcontext_t xcb_copy_gc_request_t::dst_gc |
Referenced by xcb_copy_gc(), and xcb_copy_gc_checked().
uint32_t xcb_copy_gc_request_t::value_mask |
Referenced by xcb_copy_gc(), and xcb_copy_gc_checked().