From: Peter Hutterer Date: Tue, 15 May 2007 06:58:19 +0000 (+0930) Subject: Add xcb_ge_event_t and handling for long events. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6532c715c3805128b9976ab208f1426f691056a2;hp=6532c715c3805128b9976ab208f1426f691056a2;p=free-sw%2Fxcb%2Flibxcb 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. ---