dixstruct: make ignoreCount change more ABI friendly

Move ignoreCount to the bottom of the ClientRec where it should have
less impact on the ABI.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Jesse Barnes 2010-07-08 09:08:51 -07:00
parent 665aa7ce86
commit 090d26723f

View file

@ -99,7 +99,6 @@ typedef struct _Client {
int clientGone;
int noClientException; /* this client died or needs to be
* killed */
int ignoreCount; /* count for Attend/IgnoreClient */
SaveSetElt *saveSet;
int numSaved;
void *unused_screenPrivate[16];
@ -125,6 +124,7 @@ typedef struct _Client {
long smart_check_tick;
DeviceIntPtr clientPtr;
int ignoreCount; /* count for Attend/IgnoreClient */
} ClientRec;
/*