XUngrabServer

Syntax

XUngrabServer(display)
      Display *display;

Arguments

display Specifies the connection to the X server.

Description

The XUngrabServer() function restarts processing of requests and close downs on other connections. You should avoid grabbing the X server as much as possible.

See also

XGrabServer(), XGrabKey(), XGrabKeyboard(), XGrabPointer(), "Server Grabbing".
Christophe Tronche, [email protected]