X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fxcbint.h;h=0c5e55ea0d5ea2863b9452c0db5e7445e4ef8454;hb=3a74b5e7a1aab0619b7e34d90d2b8b2b1e386129;hp=f07add8b9544c6ffe687a861bb04c98733148bee;hpb=b0525e242368fffbc77ebb45293f34e80847e65a;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index f07add8..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); @@ -174,6 +175,8 @@ void _xcb_ext_destroy(xcb_connection_t *c); /* xcb_conn.c */ +extern const int error_connection; + struct xcb_connection_t { int has_error;