X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;fp=src%2Fxcbext.h;h=ddbb77adf2ca42a37cc9733d7f2d810e208f8604;hb=ff7b6c9124e7caf26381cc7a10fba9eaf1875652;hp=c8f532c47ff0c3983352b2269eb4dc10fe5a0b4d;hpb=7875040fa179d8ca3fa4ec046c1b8c2a351a6621;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index c8f532c..ddbb77a 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -51,7 +51,11 @@ typedef struct { BOOL isvoid; } XCBProtocolRequest; -int XCBSendRequest(XCBConnection *c, unsigned int *sequence, struct iovec *vector, const XCBProtocolRequest *request); +enum XCBSendRequestFlags { + XCB_REQUEST_CHECKED = 1 << 0 +}; + +int XCBSendRequest(XCBConnection *c, unsigned int *sequence, int flags, struct iovec *vector, const XCBProtocolRequest *request); /* xcb_in.c */