summaryrefslogtreecommitdiff
path: root/dist/libxcb/src/xcbint.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-04 10:01:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-04 10:01:00 +0000
commit63f14a79ad8b0a35bad143095a2b22d9f299a78d (patch)
tree78762a42bef153fbfcdc9c06f31a3b879cb6e51c /dist/libxcb/src/xcbint.h
parentae0de1302839aabcc3583f9db40f92b63bed0291 (diff)
Update to libxcb 1.7
Diffstat (limited to 'dist/libxcb/src/xcbint.h')
-rw-r--r--dist/libxcb/src/xcbint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/libxcb/src/xcbint.h b/dist/libxcb/src/xcbint.h
index 154cca04a..f07add8b9 100644
--- a/dist/libxcb/src/xcbint.h
+++ b/dist/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);