XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet
change a client's save set
- Provided by: libx11-doc (Version: 2:1.6.3-1ubuntu2.2)
- Source: libx11
- Report a bug
change a client's save set
int XChangeSaveSet(Display *display, Window w, int change_mode);
int XAddToSaveSet(Display *display, Window w);
int XRemoveFromSaveSet(Display *display, Window w);
Depending on the specified mode, XChangeSaveSet either inserts or deletes 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.
XChangeSaveSet can generate BadMatch, BadValue, and BadWindow errors.
The XAddToSaveSet function adds the specified window to the client's save-set. The specified window must have been created by some other client, or a BadMatch error results.
XAddToSaveSet can generate BadMatch and BadWindow errors.
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.
XReparentWindow(3)
Xlib - C Language X Interface