Function xcb::xproto::change_window_attributes[][src]

pub fn change_window_attributes<'a>(
    c: &'a Connection,
    window: Window,
    value_list: &[(u32, u32)]
) -> VoidCookie<'a>

change window attributes

Changes the attributes specified by value_mask for the specified window.

parameters: