diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2010-10-06 07:50:07 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2010-10-06 07:50:07 +0000 |
commit | faa4393fa53bec309196272c36ac5b85f0ef10ba (patch) | |
tree | 9070772becd018799b9a44d80fe2586242ba3644 /dist/libxcb/src/xcbint.h | |
parent | 4b00205867685f1e9f409937e03a9ff65dab26ab (diff) |
Bugfixes from upstream.
Minor tweaks (shutdown(2) related bits) by me.
OK matthieu@
Diffstat (limited to 'dist/libxcb/src/xcbint.h')
-rw-r--r-- | dist/libxcb/src/xcbint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/libxcb/src/xcbint.h b/dist/libxcb/src/xcbint.h index f07add8b9..69912389c 100644 --- a/dist/libxcb/src/xcbint.h +++ b/dist/libxcb/src/xcbint.h @@ -174,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; |