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

The window to configure.

Bitmask of attributes to change.