diff options
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; |