|
NAMEXChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet - change a client's save setSYNTAXint XChangeSaveSet(Display *display, Window w, int change_mode); int XAddToSaveSet(Display *display, Window w); int XRemoveFromSaveSet(Display *display, Window w); ARGUMENTS
DESCRIPTIONDepending 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. DIAGNOSTICS
SEE ALSOXReparentWindow(3)Xlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |