diff options
author | marha <marha@users.sourceforge.net> | 2010-04-19 12:25:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-19 12:25:24 +0000 |
commit | a46e26df6103fb0e6e00d8d11d58c3f7a358208c (patch) | |
tree | c25cff1f3a02b71fa1b49c932b2986b4d01dfc36 /libxcb/src/xcbint.h | |
parent | d76a22b9314bfd407c7e26f78305aeecb5d2bcfb (diff) | |
download | vcxsrv-a46e26df6103fb0e6e00d8d11d58c3f7a358208c.tar.gz vcxsrv-a46e26df6103fb0e6e00d8d11d58c3f7a358208c.tar.bz2 vcxsrv-a46e26df6103fb0e6e00d8d11d58c3f7a358208c.zip |
libxcb update 19/4/2010
Diffstat (limited to 'libxcb/src/xcbint.h')
-rw-r--r-- | libxcb/src/xcbint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libxcb/src/xcbint.h b/libxcb/src/xcbint.h index 154cca04a..f07add8b9 100644 --- a/libxcb/src/xcbint.h +++ b/libxcb/src/xcbint.h @@ -106,7 +106,7 @@ typedef struct _xcb_out { int _xcb_out_init(_xcb_out *out); void _xcb_out_destroy(_xcb_out *out); -int _xcb_out_send(xcb_connection_t *c, struct iovec **vector, int *count); +int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count); int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request); @@ -137,6 +137,8 @@ typedef struct _xcb_in { int _xcb_in_init(_xcb_in *in); void _xcb_in_destroy(_xcb_in *in); +void _xcb_in_wake_up_next_reader(xcb_connection_t *c); + int _xcb_in_expect_reply(xcb_connection_t *c, uint64_t request, enum workarounds workaround, int flags); void _xcb_in_replies_done(xcb_connection_t *c); |