X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;h=0d172e9b1fbf7bcf1a094c098c8853c974298e86;hb=057ae541a3a73cffd58533029292c1c721fa3162;hp=ddbb77adf2ca42a37cc9733d7f2d810e208f8604;hpb=ff7b6c9124e7caf26381cc7a10fba9eaf1875652;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index ddbb77a..0d172e9 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -52,10 +52,12 @@ typedef struct { } XCBProtocolRequest; enum XCBSendRequestFlags { - XCB_REQUEST_CHECKED = 1 << 0 + XCB_REQUEST_CHECKED = 1 << 0, + XCB_REQUEST_RAW = 1 << 1, + XCB_REQUEST_DISCARD_REPLY = 1 << 2 }; -int XCBSendRequest(XCBConnection *c, unsigned int *sequence, int flags, struct iovec *vector, const XCBProtocolRequest *request); +unsigned int XCBSendRequest(XCBConnection *c, int flags, struct iovec *vector, const XCBProtocolRequest *request); /* xcb_in.c */