xcb_allow_events

@brief release queued events

@param c The connection @param mode A bitmask of #xcb_allow_t values. @param mode \n @param time Timestamp to avoid race conditions when running X over the network. \n The special value XCB_CURRENT_TIME will be replaced with the current server time. @return A cookie

Releases queued events if the client has caused a device (pointer/keyboard) to freeze due to grabbing it actively. This request has no effect if \a time is earlier than the last-grab time of the most recent active grab for this client or if \a time is later than the current X server time.

extern (C)
xcb_allow_events

Meta