diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-08 14:21:16 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-08 14:21:16 -0800 |
commit | 621f891c49cbf4beba1e20fb9b6fb1be576d42f3 (patch) | |
tree | 02a3f79e06108ac53c6fab998aa760b09ec54d2d /src/xcbint.h | |
parent | c491eeb9a9f670f7d4869d7dae7a5adce4565998 (diff) |
Move c->out.vec refs out of _xcb_out_write up to _xcb_conn_wait.
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 7c8f331..e6f540a 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -76,7 +76,7 @@ typedef struct _xcb_out { int _xcb_out_init(_xcb_out *out); void _xcb_out_destroy(_xcb_out *out); -int _xcb_out_write(XCBConnection *c); +int _xcb_out_write(XCBConnection *c, struct iovec **vector, int *count); int _xcb_out_write_block(XCBConnection *c, struct iovec *vector, size_t count); int _xcb_out_flush(XCBConnection *c); |