


XSynchronize(3X11)					   XSynchronize(3X11)
X11R5									X11R5



NAME
  XSynchronize,	XSetAfterFunction - enable or disable synchronization

SYNTAX
  int (*XSynchronize(_d_i_s_p_l_a_y, _o_n_o_f_f))()
	Display	*_d_i_s_p_l_a_y;
	Bool _o_n_o_f_f;

  int (*XSetAfterFunction(_d_i_s_p_l_a_y, _p_r_o_c_e_d_u_r_e))()
	Display	*_d_i_s_p_l_a_y;
	int (*_p_r_o_c_e_d_u_r_e)();

ARGUMENTS

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

  _p_r_o_c_e_d_u_r_e Specifies the function to be called.

  _o_n_o_f_f	    Specifies a	Boolean	value that indicates whether to	enable or
	    disable synchronization.

DESCRIPTION
  The _X_S_y_n_c_h_r_o_n_i_z_e function returns the	previous after function.  If onoff is
  _T_r_u_e,	_X_S_y_n_c_h_r_o_n_i_z_e turns on synchronous behavior.  If	onoff is _F_a_l_s_e,	_X_S_y_n_-
  _c_h_r_o_n_i_z_e turns off synchronous behavior.

  The specified	procedure is called with only a	display	pointer.  _X_S_e_t_A_f_t_e_r_-
  _F_u_n_c_t_i_o_n returns the previous	after function.

SEE ALSO
  XSetErrorHandler(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


























