[PATCH xserver 1/2] dix: Don't vary the ClientRec ABI at build time
Adam Jackson
ajax at redhat.com
Tue Oct 24 18:38:12 UTC 2017
Just no.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
include/dixstruct.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/dixstruct.h b/include/dixstruct.h
index 70f87959e..28bff66f8 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -111,9 +111,7 @@ typedef struct _Client {
DeviceIntPtr clientPtr;
ClientIdPtr clientIds;
-#if XTRANS_SEND_FDS
int req_fds;
-#endif
} ClientRec;
#if XTRANS_SEND_FDS
--
2.14.2
More information about the xorg-devel
mailing list