Split all non-essential extensions into their own separate libraries, named
[free-sw/xcb/libxcb] / src / xcbext.h
index 72dff64..0d172e9 100644 (file)
@@ -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 */