X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=69912389c73591db5ef5fb73d73570840a0fdffd;hb=1c4717de367fe3bf1cf56bd8ef2bd30586bed023;hp=9d4423866c260f73c9018ea2cae1d9b66597cd97;hpb=6dd8228a137d280ce24cec604a419129d8ed0e8e;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 9d44238..6991238 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -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); @@ -172,6 +174,8 @@ void _xcb_ext_destroy(xcb_connection_t *c); /* xcb_conn.c */ +extern const int error_connection; + struct xcb_connection_t { int has_error;