mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 14:58:14 +02:00
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:
parent
665aa7ce86
commit
090d26723f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue