X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=0c5e55ea0d5ea2863b9452c0db5e7445e4ef8454;hb=3a74b5e7a1aab0619b7e34d90d2b8b2b1e386129;hp=69912389c73591db5ef5fb73d73570840a0fdffd;hpb=ee1bc1d28a1bda0526db90139edc1304d2ef3d7c;p=free-sw%2Fxcb%2Flibxcb 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);