[PATCH 3/8] Remove xcb_ge_event_t from xcb.h

Keith Packard keithp at keithp.com
Wed Nov 6 19:45:40 PST 2013


xcb proto now publishes this structure from an XML description

Signed-off-by: Keith Packard <keithp at keithp.com>
---
 src/xcb.h | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/xcb.h b/src/xcb.h
index 0714130..c251330 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.
-- 
1.8.4.2



More information about the xorg-devel mailing list