XGrabServer(3X) XGrabServer(3X)NAME XGrabServer, XUngrabServer - grab and ungrab the server SYNOPSIS XGrabServer (display) Display *display; XUngrabServer (display) Display *display; DESCRIPTION The XGrabServer function disables processing of requests and closedowns on all connections other than the one on which this request arrived. It is best not to grab the X server unless it is absolutely necessary. The XUngrabServer function restarts processing of requests and closedowns on other connections. It is best to avoid grabbing the server as much as possible. Argument These functions accept the following arguments: display Specifies the connection to the X server. SEE ALSO XGrabButton(3X), XGrabKey(3X), XGrabKeyboard(3X), XGrabPointer(3X)Xlib - C Language InterfaceNovember, 1990 1