diff options
Diffstat (limited to 'src/xcbext.h')
-rw-r--r-- | src/xcbext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xcbext.h b/src/xcbext.h index fb169cf..0d172e9 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -53,7 +53,8 @@ typedef struct { enum XCBSendRequestFlags { XCB_REQUEST_CHECKED = 1 << 0, - XCB_REQUEST_RAW = 1 << 1 + XCB_REQUEST_RAW = 1 << 1, + XCB_REQUEST_DISCARD_REPLY = 1 << 2 }; unsigned int XCBSendRequest(XCBConnection *c, int flags, struct iovec *vector, const XCBProtocolRequest *request); |