X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;fp=src%2Fxcbext.h;h=72dff6405a3febf2dadcbf6e76844b26478abbe9;hb=8f991bdd389f6c419cb18cdaea966304529de165;hp=ddbb77adf2ca42a37cc9733d7f2d810e208f8604;hpb=5e350126a728f3c0c3bc8d8673e5ad67dc174f79;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index ddbb77a..72dff64 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -52,7 +52,8 @@ typedef struct { } XCBProtocolRequest; enum XCBSendRequestFlags { - XCB_REQUEST_CHECKED = 1 << 0 + XCB_REQUEST_CHECKED = 1 << 0, + XCB_REQUEST_RAW = 1 << 1 }; int XCBSendRequest(XCBConnection *c, unsigned int *sequence, int flags, struct iovec *vector, const XCBProtocolRequest *request);