X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;fp=src%2Fxcbext.h;h=0d172e9b1fbf7bcf1a094c098c8853c974298e86;hb=e5458e477db95e1e064e46ca28245ecd51b5b524;hp=fb169cfc787a163f0eb3916304374627c77e3b02;hpb=29f9fe0fc805a1ec6860f167a45664cc1cf0c769;p=free-sw%2Fxcb%2Flibxcb 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);