[][src]Function xcb::ffi::xproto::xcb_change_window_attributes_checked

pub unsafe extern "C" fn xcb_change_window_attributes_checked(
    c: *mut xcb_connection_t,
    window: xcb_window_t,
    value_mask: u32,
    value_list: *const u32
) -> xcb_void_cookie_t

change window attributes

Changes the attributes specified by value_mask for the specified window.