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)
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.


No differences found