Add xcb_ge_event_t and handling for long events.
authorPeter Hutterer <peter@cs.unisa.edu.au>
Tue, 15 May 2007 06:58:19 +0000 (16:28 +0930)
committerPeter Hutterer <peter@cs.unisa.edu.au>
Wed, 21 May 2008 11:52:13 +0000 (21:22 +0930)
commit6532c715c3805128b9976ab208f1426f691056a2
tree442f664f63dab54cf11e271273d8a4413dc57b64
parentb08a5909daf589d5e06c17c55d044f39c1d3479a
Add xcb_ge_event_t and handling for long events.

GenericEvent can be more than 32 bytes long. Ensure that the required data is
pulled off the wire and tack it onto the event.

Due to the structure of the xcb_generic_event_t, the data is appended AFTER
the full_sequence field.
src/xcb.h
src/xcb_in.c