XAllowEvents(3) | XLIB FUNCTIONS | XAllowEvents(3) |
XAllowEvents - release queued events
int XAllowEvents(Display *display, int event_mode, Time time);
The XAllowEvents function releases some queued events if the client has caused a device to freeze. It has no effect if the specified time is earlier than the last-grab time of the most recent active grab for the client or if the specified time is later than the current X server time.
XAllowEvents can generate a BadValue error.
Xlib - C Language X Interface
libX11 1.8.4 | X Version 11 |