In struct XCBReplyData, change void *data to pthread_cond_t *data. That was dumb.
This commit is contained in:
parent
50acfeae36
commit
ff665b5726
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue