Struct xcb::ffi::xproto::xcb_change_window_attributes_request_t [] [src]

#[repr(C)]
pub struct xcb_change_window_attributes_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub window: xcb_window_t, pub value_mask: u32, }

change window attributes

Changes the attributes specified by value_mask for the specified window.

Fields

The window to change.