NAME
XUngrabServer − release the server from grab.
Synopsis
XUngrabServer(display)
Display *display;
Arguments
displaySpecifies a connection to an X server; returned from XOpenDisplay().
Description
XUngrabServer() releases the grabbed server, and begins execution of all the requests queued during the grab. XUngrabServer() is called automatically when a client closes its connection. For more information, see Volume One, Chapter 9, The Keyboard and Pointer.
See Also
XChangeActivePointerGrab(), XGrabButton(), XGrabKey(), XGrabKeyboard(), XGrabPointer(), XGrabServer(), XUngrabButton(), XUngrabKey(), XUngrabKeyboard(), XUngrabPointer().
Copyright O’Reilly & Assoc. —