xcb_allow_events_checked

@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.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_allow_events_checked

Meta