summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-06 19:33:53 -0800
committerKeith Packard <keithp@keithp.com>2013-11-07 13:31:52 -0800
commit37f849dcadc8218ec23cec8fa300a4ff246081b6 (patch)
treeda7037443dc4d7828417aeb3016489195bd0194a
parent31ae0b83d5b9600221d9ee57b915df4e91e32e9a (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>
-rw-r--r--src/xcb.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/xcb.h b/src/xcb.h
index f7dc6af..e782d44 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -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.