X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_in.c;h=92bc0bf5ca4b9ed598bb0fb606808c82a62c202f;hb=ff665b57266b9e7e9b9a366272c2115bbd516173;hp=76990f35909a84892332a1368a8dbe67b2a01059;hpb=86ce18c22c8daebe8796d3c38e8a1d496ab6e8de;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_in.c b/src/xcb_in.c index 76990f3..92bc0bf 100644 --- a/src/xcb_in.c +++ b/src/xcb_in.c @@ -55,7 +55,7 @@ typedef struct pending_reply { typedef struct XCBReplyData { unsigned int request; - void *data; + pthread_cond_t *data; } XCBReplyData; static int match_reply(const void *request, const void *data)