From 8f991bdd389f6c419cb18cdaea966304529de165 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Mon, 27 Feb 2006 11:03:13 -0800 Subject: Add XCB_REQUEST_RAW flag for XCBSendRequest. --- src/xcbext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xcbext.h') 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); -- cgit v1.2.3