X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb.h;fp=src%2Fxcb.h;h=f95127665e57f277a96c0b3dd72cd7b6a6ee4a5a;hb=f4c2794bf5990a0b2f6168f2b22b60b15e08ac44;hp=d24ef9576762b36b35ad7d4009349c5df2bf8cc5;hpb=e06955ed66cb499ada52b8add6709edd38d70054;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb.h b/src/xcb.h index d24ef95..f951276 100644 --- a/src/xcb.h +++ b/src/xcb.h @@ -141,7 +141,11 @@ typedef struct { uint8_t response_type; /**< Type of the response */ uint8_t error_code; /**< Error code */ uint16_t sequence; /**< Sequence number */ - uint32_t pad[7]; /**< Padding */ + uint32_t resource_id; /** < Resource ID for requests with side effects only */ + uint16_t minor_code; /** < Minor opcode of the failed request */ + uint8_t major_code; /** < Major opcode of the failed request */ + uint8_t pad0; + uint32_t pad[5]; /**< Padding */ uint32_t full_sequence; /**< full sequence */ } xcb_generic_error_t;