


XSetWMClientMachine(3X11)			    XSetWMClientMachine(3X11)
X11R5									X11R5



NAME
  XSetWMClientMachine, XGetWMClientMachine - set or read a window's
  WM_CLIENT_MACHINE property

SYNTAX
  void XSetWMClientMachine(_d_i_s_p_l_a_y, _w, _t_e_x_t__p_r_o_p)
	Display	*_d_i_s_p_l_a_y;
	Window _w;
	XTextProperty *_t_e_x_t__p_r_o_p;

  Status XGetWMClientMachine(_d_i_s_p_l_a_y, _w, _t_e_x_t__p_r_o_p__r_e_t_u_r_n)
	Display	*_d_i_s_p_l_a_y;
	Window _w;
	XTextProperty *_t_e_x_t__p_r_o_p__r_e_t_u_r_n;

ARGUMENTS

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

  _t_e_x_t__p_r_o_p Specifies the _X_T_e_x_t_P_r_o_p_e_r_t_y	structure to be	used.

  _t_e_x_t__p_r_o_p__r_e_t_u_r_n
	    Returns the	_X_T_e_x_t_P_r_o_p_e_r_t_y structure.

  _w	    Specifies the window.

DESCRIPTION
  The _X_S_e_t_W_M_C_l_i_e_n_t_M_a_c_h_i_n_e convenience function calls _X_S_e_t_T_e_x_t_P_r_o_p_e_r_t_y to set
  the WM_CLIENT_MACHINE	property.

  The _X_G_e_t_W_M_C_l_i_e_n_t_M_a_c_h_i_n_e convenience function performs	an _X_G_e_t_T_e_x_t_P_r_o_p_e_r_t_y
  on the WM_CLIENT_MACHINE property.  It returns nonzero status	on success;
  otherwise it returns a zero status.

PROPERTIES

  WM_CLIENT_MACHINE
	    The	string name of the machine on which the	client application is
	    running.

SEE ALSO
  XAllocClassHint(3X11), XAllocIconSize(3X11), XAllocSizeHints(3X11),
  XAllocWMHints(3X11), XSetCommand(3X11), XSetTransientForHint(3X11),
  XSetTextProperty(3X11), XSetWMColormapWindows(3X11), XSetWMIconName(3X11),
  XSetWMName(3X11), XSetWMProperties(3X11), XSetWMProtocols(3X11),
  XStringListToTextProperty(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











