Function xcb::xproto::change_save_set_checked[][src]

pub fn change_save_set_checked<'a>(
    c: &'a Connection,
    mode: u8,
    window: Window
) -> VoidCookie<'a>

Changes a client’s save set

TODO: explain what the save set is for.

This function either adds or removes the specified window to the client’s (your application’s) save set.

parameters: