X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fxcb.h;fp=src%2Fxcb.h;h=1fd1f6c226fe38b8f89b146c5748b44a72e9ba13;hb=7b53fb0f9bddae77b3ab8823743db57faee4e99b;hp=c251330d61631716a8a6a2b98db5dc65b1ca410d;hpb=98c227a2222fb5c7ca7e8101b1ed2bc096a33048;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb.h b/src/xcb.h index c251330..1fd1f6c 100644 --- a/src/xcb.h +++ b/src/xcb.h @@ -87,6 +87,9 @@ extern "C" { /** Connection closed because the server does not have a screen matching the display. */ #define XCB_CONN_CLOSED_INVALID_SCREEN 6 +/** Connection closed because some FD passing operation failed */ +#define XCB_CONN_CLOSED_FDPASSING_FAILED 7 + #define XCB_TYPE_PAD(T,I) (-(I) & (sizeof(T) > 4 ? 3 : sizeof(T) - 1)) /* Opaque structures */