


XChangeDeviceDontPropagateLiXstFX(UC3NhXCa1Tn1Ig)OeNDSeviceDontPropagateList(3X11)


NNAAMMEE
       XChangeDeviceDontPropagateList,	     XGetDeviceDontPropa-
       gateList - query or  change  the	 dont-propagate-list  for
       extension devices

SSYYNNTTAAXX
       XChangeDeviceDontPropagateList(_d_i_s_p_l_a_y,	 _w_i_n_d_o_w,   _c_o_u_n_t,
       _e_v_e_n_t___l_i_s_t, _m_o_d_e)
	     Display *_d_i_s_p_l_a_y;
	     Window *_w_i_n_d_o_w;
	     int *_c_o_u_n_t;
	     XEventClass *_e_v_e_n_t___l_i_s_t;
	     int _m_o_d_e;
       XEventClass *XGetDeviceDontPropagateList(_d_i_s_p_l_a_y,  _w_i_n_d_o_w,
       _c_o_u_n_t)
	     Display *_d_i_s_p_l_a_y;
	     Window *_w_i_n_d_o_w;
	     int *_c_o_u_n_t;

AARRGGUUMMEENNTTSS
       _d_i_s_p_l_a_y	   Specifies the connection to the X server.

       _w_i_n_d_o_w	   Specifies the window whose dont-propagate-list
		   is to be queried or modified.

       _e_v_e_n_t___l_i_s_t  Specifies  a	 pointer  to  a	 list  of   event
		   classes.

       _m_o_d_e	   Specifies  the mode.	 You can pass _A_d_d_T_o_L_i_s_t ,
		   or _D_e_l_e_t_e_F_r_o_m_L_i_s_t.

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

DDEESSCCRRIIPPTTIIOONN
       The  _X_C_h_a_n_g_e_D_e_v_i_c_e_D_o_n_t_P_r_o_p_a_g_a_t_e_L_i_s_t  request  modifies the
       list of events that should not be propagated to	ancestors
       of the event window.  This request allows extension events
       to be added to or deleted from that list.  By default, all
       events are propagated to ancestor windows.  Once modified,
       the list remains modified for  the  life	 of  the  window.
       Events  are  not	 removed from the list because the client
       that added them has terminated.

       Suppression of event propagation is not	allowed	 for  all
       input extension events.	If a specified event class is one
       that cannot be suppressed, a _B_a_d_C_l_a_s_s error  will  result.
       Events  that  can  be  suppressed  include _D_e_v_i_c_e_K_e_y_P_r_e_s_s,
       _D_e_v_i_c_e_K_e_y_R_e_l_e_a_s_e, _D_e_v_i_c_e_B_u_t_t_o_n_P_r_e_s_s,  _D_e_v_i_c_e_B_u_t_t_o_n_R_e_l_e_a_s_e,
       _D_e_v_i_c_e_M_o_t_i_o_n_N_o_t_i_f_y, _P_r_o_x_i_m_i_t_y_I_n, and _P_r_o_x_i_m_i_t_y_O_u_t.

       _X_C_h_a_n_g_e_D_e_v_i_c_e_D_o_n_t_P_r_o_p_a_g_a_t_e_L_i_s_t  can  generate a _B_a_d_D_e_v_i_c_e,
       _B_a_d_C_l_a_s_s, or _B_a_d_V_a_l_u_e error.




X Version 11		   Release 6.3				1





XChangeDeviceDontPropagateLiXstFX(UC3NhXCa1Tn1Ig)OeNDSeviceDontPropagateList(3X11)


       The _X_G_e_t_D_e_v_i_c_e_D_o_n_t_P_r_o_p_a_g_a_t_e_L_i_s_t request queries	the  list
       of  events  that	 should not be propagated to ancestors of
       the event window.

       _X_G_e_t_D_e_v_i_c_e_D_o_n_t_P_r_o_p_a_g_a_t_e_L_i_s_t can generate	 a  _B_a_d_C_l_a_s_s   or
       _B_a_d_W_i_n_d_o_w error.

DDIIAAGGNNOOSSTTIICCSS
       _B_a_d_D_e_v_i_c_e   An  invalid	device was specified.  The speci-
		   fied device does not exist  or  has	not  been
		   opened  by  this  client via _X_O_p_e_n_I_n_p_u_t_D_e_v_i_c_e.
		   This error may also occur if some other client
		   has	caused the specified device to become the
		   X  keyboard	or  X  pointer	device	via   the
		   _X_C_h_a_n_g_e_K_e_y_b_o_a_r_d_D_e_v_i_c_e  or _X_C_h_a_n_g_e_P_o_i_n_t_e_r_D_e_v_i_c_e
		   requests.

       _B_a_d_V_a_l_u_e	   Some numeric value falls outside the range  of
		   values accepted by the request.  Unless a spe-
		   cific range is specified for an argument,  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   An invalid window id was specified.

       _B_a_d_C_l_a_s_s	   An invalid event class was specified.

SSEEEE AALLSSOO
       _P_r_o_g_r_a_m_m_i_n_g _W_i_t_h _X_l_i_b



























X Version 11		   Release 6.3				2


