Module x11rb::xcb_ffi::pending_errors
source ยท Expand description
Management of pending errors for the XCB connection.
We add our own error tracking ontop of what XCB already provides. For this reason, this module contains a struct for tracking requests that were send and also tracking errors that were received, but not yet given to the user of this library.
Structsยง
- Pending
Errors ๐A management struct for pending X11 errors - Pending
Errors ๐Inner