mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 09:30:12 +01:00
dix: Don't vary the ClientRec ABI at build time
Just no. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
0c3ad9d1e0
commit
bc5fb8c092
1 changed files with 0 additions and 2 deletions
|
|
@ -111,9 +111,7 @@ typedef struct _Client {
|
|||
|
||||
DeviceIntPtr clientPtr;
|
||||
ClientIdPtr clientIds;
|
||||
#if XTRANS_SEND_FDS
|
||||
int req_fds;
|
||||
#endif
|
||||
} ClientRec;
|
||||
|
||||
#if XTRANS_SEND_FDS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue