Home
last modified time | relevance | path

Searched defs:_XQuartzEvent (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h265 struct _XQuartzEvent { struct
266 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 */