diff options
author | marha <marha@users.sourceforge.net> | 2010-04-19 13:31:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-19 13:31:55 +0000 |
commit | 0b44ee3fb92120190fa46e73b7abfbaa8a0adaec (patch) | |
tree | 19cbbfc194d8d543a7826cdb5cd6af966d15c619 /libxcb/src/xcbint.h | |
parent | 0b53765917ae196147886189ca3514a07e0eb45e (diff) | |
download | vcxsrv-0b44ee3fb92120190fa46e73b7abfbaa8a0adaec.tar.gz vcxsrv-0b44ee3fb92120190fa46e73b7abfbaa8a0adaec.tar.bz2 vcxsrv-0b44ee3fb92120190fa46e73b7abfbaa8a0adaec.zip |
svn merge -r539:HEAD "^/branches/released" .
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 1a7a44182..2de7e3f22 100644 --- a/libxcb/src/xcbint.h +++ b/libxcb/src/xcbint.h @@ -107,7 +107,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); @@ -138,6 +138,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); |