Searched defs:_XQuartzEvent (Results 1 – 1 of 1) sorted by relevance
265 struct _XQuartzEvent { struct266 unsigned char header; /**< Always ET_Internal */267 enum EventType type; /**< Always ET_XQuartz */268 int length; /**< Length in bytes */269 Time time; /**< Time in ms. */270 int subtype; /**< Subtype defined by XQuartz DDX */271 uint32_t data[XQUARTZ_EVENT_MAXARGS]; /**< Up to 5 32bit values passed to handler */