1XGrabServer(3) XLIB FUNCTIONS XGrabServer(3)
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(3), XGrabKey(3), XGrabKeyboard(3), XGrabPointer(3)
27 Xlib - C Language X Interface
28
29
30
31X Version 11 libX11 1.6.4 XGrabServer(3)