1XGrabServer(3X11) XLIB FUNCTIONS XGrabServer(3X11)
2
3
4
6 XGrabServer, XUngrabServer - grab the server
7
9 int XGrabServer(Display *display);
10
11 int XUngrabServer(Display *display);
12
14 display Specifies the connection to the X server.
15
17 The XGrabServer function disables processing of requests and close
18 downs on all other connections than the one this request arrived on.
19 You should not grab the X server any more than is absolutely necessary.
20
21 The XUngrabServer function restarts processing of requests and close
22 downs on other connections. You should avoid grabbing the X server as
23 much as possible.
24
26 XGrabButton(3X11), XGrabKey(3X11), XGrabKeyboard(3X11), XGrab‐
27 Pointer(3X11)
28 Xlib - C Language X Interface
29
30
31
32X Version 11 libX11 1.0.3 XGrabServer(3X11)