X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=a8287e853c263453e0d3cde4beed7de1e534aa5b;hb=83e652f566671f96ffc53a3c0099a84a1606c695;hp=7c8f33140614240d9021482b0d09fb3f36c0540c;hpb=522a6e0eac9adeaac533a5b700f42d85d46e2dd7;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 7c8f331..a8287e8 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); @@ -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