home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / X11 / XSynchronize.z / XSynchronize
Encoding:
Text File  |  2002-10-03  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXSSSSyyyynnnncccchhhhrrrroooonnnniiiizzzzeeee((((3333XXXX11111111)))) XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))  XXXXSSSSyyyynnnncccchhhhrrrroooonnnniiiizzzzeeee((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XSynchronize, XSetAfterFunction - enable or disable
  10.           synchronization
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           int (*XSynchronize(_d_i_s_p_l_a_y, _o_n_o_f_f))()
  14.                 Display *_d_i_s_p_l_a_y;
  15.                 Bool _o_n_o_f_f;
  16.  
  17.           int (*XSetAfterFunction(_d_i_s_p_l_a_y, _p_r_o_c_e_d_u_r_e))()
  18.                 Display *_d_i_s_p_l_a_y;
  19.                 int (*_p_r_o_c_e_d_u_r_e)();
  20.  
  21.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  22.           _d_i_s_p_l_a_y   Specifies the connection to the X server.
  23.  
  24.           _p_r_o_c_e_d_u_r_e Specifies the procedure to be called.
  25.  
  26.           _o_n_o_f_f     Specifies a Boolean value that indicates whether
  27.                     to enable or disable synchronization.
  28.  
  29.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  30.           The _X_S_y_n_c_h_r_o_n_i_z_e function returns the previous after
  31.           function.  If onoff is _T_r_u_e, _X_S_y_n_c_h_r_o_n_i_z_e turns on
  32.           synchronous behavior.  If onoff is _F_a_l_s_e, _X_S_y_n_c_h_r_o_n_i_z_e turns
  33.           off synchronous behavior.
  34.  
  35.           The specified procedure is called with only a display
  36.           pointer.  _X_S_e_t_A_f_t_e_r_F_u_n_c_t_i_o_n returns the previous after
  37.           function.
  38.  
  39.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  40.           XSetErrorHandler(3X11)
  41.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.