


XPutBackEvent(3X11)					  XPutBackEvent(3X11)
X11R5									X11R5



NAME
  XPutBackEvent	- put events back on the queue

SYNTAX
  XPutBackEvent(_d_i_s_p_l_a_y, _e_v_e_n_t)
	Display	*_d_i_s_p_l_a_y;
	XEvent *_e_v_e_n_t;

ARGUMENTS

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

  _e_v_e_n_t	    Specifies the event.

DESCRIPTION
  The _X_P_u_t_B_a_c_k_E_v_e_n_t function pushes an event back onto the head	of the
  display's event queue	by copying the event into the queue.  This can be
  useful if you	read an	event and then decide that you would rather deal with
  it later.  There is no limit to the number of	times in succession that you
  can call _X_P_u_t_B_a_c_k_E_v_e_n_t.

SEE ALSO
  XAnyEvent(3X11), XIfEvent(3X11), XNextEvent(3X11), XSendEvent(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e


































