summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-10-09 12:32:05 -0700
committerJamey Sharp <jamey@minilop.net>2010-10-09 12:37:48 -0700
commit3a74b5e7a1aab0619b7e34d90d2b8b2b1e386129 (patch)
tree40cc802e1e8f262a08f822212e7a79d23ed8f29a /src/xcbint.h
parentee1bc1d28a1bda0526db90139edc1304d2ef3d7c (diff)
xcb_request_check: Hold the I/O lock while deciding to sync.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbint.h b/src/xcbint.h
index 6991238..0c5e55e 100644
--- a/src/xcbint.h
+++ b/src/xcbint.h
@@ -107,6 +107,7 @@ 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);
+void _xcb_out_send_sync(xcb_connection_t *c);
int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request);