diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-06 19:33:53 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:01:31 -0800 |
commit | f4d5b84800f960831e4fbb3ad9848bbb701020be (patch) | |
tree | 2eb5ae2ec806ca6f66234756b9fdde30ec51f629 /src/xcb.h | |
parent | e4e0c6eec861f4c69da12060dc8dbe7a63fa5eb6 (diff) |
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>
Diffstat (limited to 'src/xcb.h')
-rw-r--r-- | src/xcb.h | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -138,23 +138,6 @@ typedef struct { } 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. * * A generic error structure. |