


XGrabServer(3X11)					    XGrabServer(3X11)
X11R5									X11R5



NAME
  XGrabServer, XUngrabServer - grab the	server

SYNTAX
  XGrabServer(_d_i_s_p_l_a_y)
	Display	*_d_i_s_p_l_a_y;

  XUngrabServer(_d_i_s_p_l_a_y)
	Display	*_d_i_s_p_l_a_y;

ARGUMENTS

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

DESCRIPTION
  The _X_G_r_a_b_S_e_r_v_e_r function disables processing of requests and close downs on
  all other connections	than the one this request arrived on.  You should not
  grab the X server any	more than is absolutely	necessary.

  The _X_U_n_g_r_a_b_S_e_r_v_e_r function restarts processing of requests and close downs
  on other connections.	 You should avoid grabbing the X server	as much	as
  possible.

SEE ALSO
  XGrabButton(3X11), XGrabKey(3X11), XGrabKeyboard(3X11), XGrabPointer(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
































