


XAllowEvents(3X11)					   XAllowEvents(3X11)
X11R5									X11R5



NAME
  XAllowEvents - release queued	events

SYNTAX
  XAllowEvents(_d_i_s_p_l_a_y,	_e_v_e_n_t__m_o_d_e, _t_i_m_e)
	Display	*_d_i_s_p_l_a_y;
	int _e_v_e_n_t__m_o_d_e;
	Time _t_i_m_e;

ARGUMENTS

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

  _e_v_e_n_t__m_o_d_e
	    Specifies the event	mode.  You can pass _A_s_y_n_c_P_o_i_n_t_e_r, _S_y_n_c_-
	    _P_o_i_n_t_e_r, _A_s_y_n_c_K_e_y_b_o_a_r_d, _S_y_n_c_K_e_y_b_o_a_r_d, _R_e_p_l_a_y_P_o_i_n_t_e_r, _R_e_p_l_a_y_K_e_y_-
	    _b_o_a_r_d, _A_s_y_n_c_B_o_t_h, or _S_y_n_c_B_o_t_h.

  _t_i_m_e	    Specifies the time.	 You can pass either a timestamp or _C_u_r_r_e_n_t_-
	    _T_i_m_e.

DESCRIPTION
  The _X_A_l_l_o_w_E_v_e_n_t_s function releases some queued events	if the client has
  caused a device to freeze.  It has no	effect if the specified	time is	ear-
  lier than the	last-grab time of the most recent active grab for the client
  or if	the specified time is later than the current X server time.

  _X_A_l_l_o_w_E_v_e_n_t_s can generate a _B_a_d_V_a_l_u_e error.

DIAGNOSTICS

  _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.

SEE ALSO
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e



















