Files
xserver/Xext
Keith Packard 9309d2a009 xext: Fix shmint.h to not use headers outside of sdk_HEADERS
shmint.h is part of sdk_HEADERS, and so can't use anything not
included in sdk_HEADERS.

busfault.h includes dix-config.h which is not. Leave the use of
struct busfault in shmint.h and move the include of busfault.h to
shm.c.

protocol-versions.h is not part of sdk_HEADERS, so instead of using
that, just use XTRANS_SEND_FDS to choose whether to expose the fd
passing requests directly.

Reported-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
Tested-by: Knut Petersen <Knut_Petersen@t-online.de>
Reviewed-by: Julien Cristau <jcristau@debian.org>

v2: also avoid using protocol-versions.h
2013-11-14 10:22:15 +09:00
..
2012-03-21 13:54:42 -07:00
2012-07-10 00:42:10 -07:00
2012-03-21 13:54:42 -07:00
2012-05-24 15:52:38 +10:00
2012-07-10 00:01:49 -07:00
2013-09-10 13:28:24 -04:00
2012-03-21 13:54:42 -07:00
2013-10-31 16:58:30 -07:00
2012-11-05 13:25:08 -06:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2013-04-16 13:54:59 +10:00