


XChangeSaveSet(3X11)					 XChangeSaveSet(3X11)
X11R5									X11R5



NAME
  XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet - change a client's	save
  set

SYNTAX
  XChangeSaveSet(_d_i_s_p_l_a_y, _w, _c_h_a_n_g_e__m_o_d_e)
	Display	*_d_i_s_p_l_a_y;
	Window _w;
	int _c_h_a_n_g_e__m_o_d_e;

  XAddToSaveSet(_d_i_s_p_l_a_y, _w)
	Display	*_d_i_s_p_l_a_y;
	Window _w;

  XRemoveFromSaveSet(_d_i_s_p_l_a_y, _w)
	Display	*_d_i_s_p_l_a_y;
	Window _w;

ARGUMENTS

  _c_h_a_n_g_e__m_o_d_e
	    Specifies the mode.	 You can pass _S_e_t_M_o_d_e_I_n_s_e_r_t or _S_e_t_M_o_d_e_D_e_l_e_t_e.

  _d_i_s_p_l_a_y   Specifies the connection to	the X server.

  _w	    Specifies the window that you want to add or delete	from the
	    client's save-set.

DESCRIPTION
  Depending on the specified mode, _X_C_h_a_n_g_e_S_a_v_e_S_e_t 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 _B_a_d_M_a_t_c_h	error results.

  _X_C_h_a_n_g_e_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h,	_B_a_d_V_a_l_u_e, and _B_a_d_W_i_n_d_o_w	errors.

  The _X_A_d_d_T_o_S_a_v_e_S_e_t function adds the specified	window to the client's save-
  set.	The specified window must have been created by some other client, or
  a _B_a_d_M_a_t_c_h error results.

  _X_A_d_d_T_o_S_a_v_e_S_e_t	can generate _B_a_d_M_a_t_c_h and _B_a_d_W_i_n_d_o_w errors.

  The _X_R_e_m_o_v_e_F_r_o_m_S_a_v_e_S_e_t function removes the specified	window from the
  client's save-set.  The specified window must	have been created by some
  other	client,	or a _B_a_d_M_a_t_c_h error results.

  _X_R_e_m_o_v_e_F_r_o_m_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h and _B_a_d_W_i_n_d_o_w errors.

DIAGNOSTICS

  _B_a_d_M_a_t_c_h  Some argument or pair of arguments has the correct type and	range
	    but	fails to match in some other way required by the request.

  _B_a_d_V_a_l_u_e  Some numeric value falls outside the range of values accepted by
	    the	request.  Unless a specific range is specified for an argu-
	    ment, the full range defined by the	argument's type	is accepted.
	    Any	argument defined as a set of alternatives can generate this
	    error.

  _B_a_d_W_i_n_d_o_w A value for	a Window argument does not name	a defined Window.

SEE ALSO
  XReparentWindow(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e	delim off





























































