xcb.h   xcb.h 
skipping to change at line 142 skipping to change at line 142
/** /**
* @brief Generic error. * @brief Generic error.
* *
* A generic error structure. * A generic error structure.
*/ */
typedef struct { typedef struct {
uint8_t response_type; /**< Type of the response */ uint8_t response_type; /**< Type of the response */
uint8_t error_code; /**< Error code */ uint8_t error_code; /**< Error code */
uint16_t sequence; /**< Sequence number */ uint16_t sequence; /**< Sequence number */
uint32_t pad[7]; /**< Padding */ uint32_t resource_id; /** < Resource ID for requests with side effe
cts 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 */ uint32_t full_sequence; /**< full sequence */
} xcb_generic_error_t; } xcb_generic_error_t;
/** /**
* @brief Generic cookie. * @brief Generic cookie.
* *
* A generic cookie structure. * A generic cookie structure.
*/ */
typedef struct { typedef struct {
unsigned int sequence; /**< Sequence number */ unsigned int sequence; /**< Sequence number */
 End of changes. 1 change blocks. 
1 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/