Function xcb::ffi::xproto::xcb_change_window_attributes [−][src]
pub unsafe extern "C" fn xcb_change_window_attributes(
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
.