Function x11rb::protocol::composite::unredirect_subwindows

source ·
pub fn unredirect_subwindows<Conn>(
    conn: &Conn,
    window: Window,
    update: Redirect
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,
Expand description

Terminate redirection of the specified window’s children.

Redirection of all children of window will be terminated.

§Fields

  • window - The window to terminate redirection of. Must have previously been selected for sub-redirection by the current client, or a Value error results.
  • update - The update type passed to RedirectSubWindows. If this does not match the previously requested update type, a Value error results.