X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;fp=src%2Fxcbext.h;h=fb169cfc787a163f0eb3916304374627c77e3b02;hb=29f9fe0fc805a1ec6860f167a45664cc1cf0c769;hp=72dff6405a3febf2dadcbf6e76844b26478abbe9;hpb=255c21b17f61147388bab6e1d42623a008a4a8d2;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index 72dff64..fb169cf 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -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 */