XGrabServer
Syntax
XGrabServer(
display
)
Display
*
display
;
Arguments
display
Specifies the connection to the X server.
Description
The
XGrabServer()
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.
See also
XGrabKey()
,
XGrabKeyboard()
,
XGrabPointer()
,
XUngrabServer()
, "
Server Grabbing
".
Christophe Tronche
,
ch@tronche.com