Struct xcb::ffi::xproto::xcb_change_gc_request_t
[−]
[src]
#[repr(C)]pub struct xcb_change_gc_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub gc: xcb_gcontext_t, pub value_mask: u32, }
change graphics context components
Changes the components specified by value_mask
for the specified graphics context.
Fields
major_opcode: u8
pad0: u8
length: u16
gc: xcb_gcontext_t
The graphics context to change.
value_mask: u32