Function xcb::xproto::change_gc[][src]

pub fn change_gc<'a>(
    c: &'a Connection,
    gc: Gcontext,
    value_list: &[(u32, u32)]
) -> VoidCookie<'a>

change graphics context components

Changes the components specified by value_mask for the specified graphics context.

parameters: