XAllowEvents
release queued events
- Provided by: libx11-doc (Version: 2:1.6.3-1ubuntu2.2)
- Source: libx11
- Report a bug
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