


XSetWMColormapWindows(3X11)			  XSetWMColormapWindows(3X11)
X11R5									X11R5



NAME
  XSetWMColormapWindows, XGetWMColormapWindows - set or	read a window's
  WM_COLORMAP_WINDOWS property

SYNTAX
  Status XSetWMColormapWindows(_d_i_s_p_l_a_y,	_w, _c_o_l_o_r_m_a_p__w_i_n_d_o_w_s, _c_o_u_n_t)
	Display	*_d_i_s_p_l_a_y;
	Window _w;
	Window *_c_o_l_o_r_m_a_p__w_i_n_d_o_w_s;
	int _c_o_u_n_t;

  Status XGetWMColormapWindows(_d_i_s_p_l_a_y,	_w, _c_o_l_o_r_m_a_p__w_i_n_d_o_w_s__r_e_t_u_r_n,
  _c_o_u_n_t__r_e_t_u_r_n)
	Display	*_d_i_s_p_l_a_y;
	Window _w;
	Window **_c_o_l_o_r_m_a_p__w_i_n_d_o_w_s__r_e_t_u_r_n;
	int *_c_o_u_n_t__r_e_t_u_r_n;

ARGUMENTS

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

  _c_o_l_o_r_m_a_p__w_i_n_d_o_w_s
	    Specifies the list of windows.

  _c_o_l_o_r_m_a_p__w_i_n_d_o_w_s__r_e_t_u_r_n
	    Returns the	list of	windows.

  _c_o_u_n_t	    Specifies the number of windows in the list.

  _c_o_u_n_t__r_e_t_u_r_n
	    Returns the	number of windows in the list.

  _w	    Specifies the window.

DESCRIPTION
  The _X_S_e_t_W_M_C_o_l_o_r_m_a_p_W_i_n_d_o_w_s function replaces the WM_COLORMAP_WINDOWS pro-
  perty	on the specified window	with the list of windows specified by the
  colormap_windows argument.  It the property does not already exist, _X_S_e_t_W_M_-
  _C_o_l_o_r_m_a_p_W_i_n_d_o_w_s sets the WM_COLORMAP_WINDOWS property	on the specified win-
  dow to the list of windows specified by the colormap_windows argument.  The
  property is stored with a type of WINDOW and a format	of 32.	If it cannot
  intern the WM_COLORMAP_WINDOWS atom, _X_S_e_t_W_M_C_o_l_o_r_m_a_p_W_i_n_d_o_w_s returns a zero
  status.  Otherwise, it returns a nonzero status.

  _X_S_e_t_W_M_C_o_l_o_r_m_a_p_W_i_n_d_o_w_s	can generate _B_a_d_A_l_l_o_c and _B_a_d_W_i_n_d_o_w errors.

  The _X_G_e_t_W_M_C_o_l_o_r_m_a_p_W_i_n_d_o_w_s function returns the list of window	identifiers
  stored in the	WM_COLORMAP_WINDOWS property on	the specified window.  These
  identifiers indicate the colormaps that the window manager may need to
  install for this window.  If the property exists, is of type WINDOW, is of
  format 32, and the atom WM_COLORMAP_WINDOWS can be interned,
  _X_G_e_t_W_M_C_o_l_o_r_m_a_p_W_i_n_d_o_w_s	sets the windows_return	argument to a list of window
  identifiers, sets the	count_return argument to the number of elements	in
  the list, and	returns	a nonzero status.  Otherwise, it sets neither of the
  return arguments and returns a zero status.  To release the list of window
  identifiers, use _X_F_r_e_e.

  _X_G_e_t_W_M_C_o_l_o_r_m_a_p_W_i_n_d_o_w_s	can generate a _B_a_d_W_i_n_d_o_w error.

PROPERTIES

  WM_COLORMAP_WINDOWS
	    The	list of	window IDs that	may need a different colormap than
	    that of their top-level window.

DIAGNOSTICS

  _B_a_d_A_l_l_o_c  The	server failed to allocate the requested	resource or server
	    memory.

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

SEE ALSO
  XAllocClassHint(3X11), XAllocIconSize(3X11), XAllocSizeHints(3X11),
  XAllocWMHints(3X11), XFree(3X11), XSetCommand(3X11),
  XSetTransientForHint(3X11), XSetTextProperty(3X11),
  XSetWMClientMachine(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











































