API/ABI change: XCBSendRequest returns the sequence number instead of using an out...
[free-sw/xcb/libxcb] / src / xcbext.h
index 72dff64..fb169cf 100644 (file)
@@ -56,7 +56,7 @@ enum XCBSendRequestFlags {
     XCB_REQUEST_RAW = 1 << 1
 };
 
-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 */