Remove xcb_ge_event_t from xcb.h
xcb proto now publishes this structure from an XML description Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
31ae0b83d5
commit
37f849dcad
17
src/xcb.h
17
src/xcb.h
|
@ -137,23 +137,6 @@ typedef struct {
|
||||||
uint32_t full_sequence; /**< full sequence */
|
uint32_t full_sequence; /**< full sequence */
|
||||||
} xcb_generic_event_t;
|
} xcb_generic_event_t;
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief GE event
|
|
||||||
*
|
|
||||||
* An event as sent by the XGE extension. The length field specifies the
|
|
||||||
* number of 4-byte blocks trailing the struct.
|
|
||||||
*/
|
|
||||||
typedef struct {
|
|
||||||
uint8_t response_type; /**< Type of the response */
|
|
||||||
uint8_t pad0; /**< Padding */
|
|
||||||
uint16_t sequence; /**< Sequence number */
|
|
||||||
uint32_t length;
|
|
||||||
uint16_t event_type;
|
|
||||||
uint16_t pad1;
|
|
||||||
uint32_t pad[5]; /**< Padding */
|
|
||||||
uint32_t full_sequence; /**< full sequence */
|
|
||||||
} xcb_ge_event_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Generic error.
|
* @brief Generic error.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue