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().
Xlib Reference Manual