diff options
Diffstat (limited to 'include/xcb/xproto.h')
-rw-r--r-- | include/xcb/xproto.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/xcb/xproto.h b/include/xcb/xproto.h index ff5745b53..20d20c476 100644 --- a/include/xcb/xproto.h +++ b/include/xcb/xproto.h @@ -1200,6 +1200,22 @@ typedef struct xcb_mapping_notify_event_t { uint8_t pad1; /**< */
} xcb_mapping_notify_event_t;
+/** Opcode for xcb_ge. */
+#define XCB_GE 35
+
+/**
+ * @brief xcb_ge_event_t
+ **/
+typedef struct xcb_ge_event_t {
+ uint8_t response_type; /**< */
+ uint8_t extension; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint16_t event_type; /**< */
+ uint8_t pad0[22]; /**< */
+ uint32_t full_sequence; /**< */
+} xcb_ge_event_t;
+
/** Opcode for xcb_request. */
#define XCB_REQUEST 1
|