Struct xcb::ffi::xproto::xcb_configure_window_request_t
[−]
[src]
#[repr(C)]pub struct xcb_configure_window_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub window: xcb_window_t, pub value_mask: u16, pub pad1: [u8; 2], }
Configures window attributes
Configures a window's size, position, border width and stacking order.
Fields
major_opcode: u8
pad0: u8
length: u16
window: xcb_window_t
The window to configure.
value_mask: u16
Bitmask of attributes to change.
pad1: [u8; 2]