XRemoveFromSaveSet

Syntax

XRemoveFromSaveSet(display, w)
      Display *display;
      Window w;

Arguments

display Specifies the connection to the X server.
w Specifies the window that you want to delete from the client's save-set.

Description

The XRemoveFromSaveSet() function removes the specified window from the client's save-set. The specified window must have been created by some other client, or a BadMatch error results.

XRemoveFromSaveSet() can generate BadMatch and BadWindow errors.

Diagnostics

BadMatch An InputOnly window is used as a Drawable.
BadMatch Some argument or pair of arguments has the correct type and range but fails to match in some other way required by the request.
BadWindow A value for a Window argument does not name a defined Window.

See also

XAddToSaveSet(), XChangeSaveSet(), XReparentWindow(), "Controlling the Lifetime of a Window".
Christophe Tronche, ch@tronche.com