summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-03-09 00:02:42 -0800
committerJamey Sharp <jamey@minilop.net>2006-03-09 00:02:42 -0800
commit83e652f566671f96ffc53a3c0099a84a1606c695 (patch)
treee7943f5120876abdf58ecbc2c117417a35fc1c5c /src/xcbint.h
parent621f891c49cbf4beba1e20fb9b6fb1be576d42f3 (diff)
Move c->out.vec refs out of _xcb_conn_wait up to _xcb_out_flush.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h2
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