1XAllowEvents(3) XLIB FUNCTIONS XAllowEvents(3)
2
3
4
6 XAllowEvents - release queued events
7
9 int XAllowEvents(Display *display, int event_mode, Time time);
10
12 display Specifies the connection to the X server.
13
14 event_mode
15 Specifies the event mode. You can pass AsyncPointer, Sync‐
16 Pointer, AsyncKeyboard, SyncKeyboard, ReplayPointer,
17 ReplayKeyboard, AsyncBoth, or SyncBoth.
18
19 time Specifies the time. You can pass either a timestamp or Cur‐
20 rentTime.
21
23 The XAllowEvents function releases some queued events if the client has
24 caused a device to freeze. It has no effect if the specified time is
25 earlier than the last-grab time of the most recent active grab for the
26 client or if the specified time is later than the current X server
27 time.
28
29 XAllowEvents can generate a BadValue error.
30
32 BadValue Some numeric value falls outside the range of values accepted
33 by the request. Unless a specific range is specified for an
34 argument, the full range defined by the argument's type is
35 accepted. Any argument defined as a set of alternatives can
36 generate this error.
37
39 Xlib - C Language X Interface
40
41
42
43X Version 11 libX11 1.6.12 XAllowEvents(3)