libxcb/src
Daniel Martin 31ae0b83d5 c_client.py: Inject full_sequence into GE events
The generic event structure xcb_ge_event_t has the full_sequence field
at the 32byte boundary. That's why we've to inject this field into GE
events while generating the structure for them. Otherwise we would read
garbage (the internal full_sequence) when accessing normal event fields
there.

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Peter Harris <pharris@opentext.com>
2013-11-07 13:31:51 -08:00
..
man Add a .gitignore for src/man/ 2012-09-25 12:31:53 +02:00
.gitignore Add xkb.* to gitignore 2010-09-10 15:54:56 -04:00
Makefile.am Include static man pages in "make dist" 2012-10-05 11:23:26 +02:00
c_client.py c_client.py: Inject full_sequence into GE events 2013-11-07 13:31:51 -08:00
xcb.h Return connection failure if display string specifies non-existent screen 2012-08-29 22:00:55 -07:00
xcb_auth.c Fix build of xcb_auth.c with XDMCP on WIN32 2012-01-28 12:44:17 -08:00
xcb_conn.c Fix a multi-thread deadlock 2012-09-30 10:10:18 +02:00
xcb_ext.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_in.c integer overflow in read_packet() [CVE-2013-2064] 2013-05-23 14:36:48 -07:00
xcb_list.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_out.c whitespace fix in xcb_take_socket 2013-05-15 15:10:22 -07:00
xcb_util.c Return connection failure if display string specifies non-existent screen 2012-08-29 22:00:55 -07:00
xcb_windefs.h changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H 2010-03-29 22:37:33 +05:30
xcb_xid.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcbext.h Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb 2010-12-23 13:04:40 -05:00
xcbint.h Added more error states and removed global error_connection 2012-01-11 18:01:29 +01:00