diff options
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index e6f540a..a8287e8 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -157,7 +157,7 @@ struct XCBConnection { _xcb_xid xid; }; -int _xcb_conn_wait(XCBConnection *c, const int should_write, pthread_cond_t *cond); +int _xcb_conn_wait(XCBConnection *c, pthread_cond_t *cond, struct iovec **vector, int *count); #ifdef GCC_HAS_VISIBILITY #pragma GCC visibility pop |