X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;h=0d172e9b1fbf7bcf1a094c098c8853c974298e86;hb=a0057d7a48b90b8f11fc9d5c82b5b8d800c34db5;hp=72dff6405a3febf2dadcbf6e76844b26478abbe9;hpb=8f991bdd389f6c419cb18cdaea966304529de165;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index 72dff64..0d172e9 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -53,10 +53,11 @@ 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 }; -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 */