xserver: Branch 'server-1.8-branch'

Jesse Barnes jbarnes at kemper.freedesktop.org
Thu Jul 8 09:12:24 PDT 2010


 include/dixstruct.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 090d26723f7cdbb3aebfe212170b7f81c163dd7b
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Thu Jul 8 09:08:51 2010 -0700

    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 at virtuousgeek.org>

diff --git a/include/dixstruct.h b/include/dixstruct.h
index 568ea1f..5d24f0d 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -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;
 
 /*


More information about the xorg-commit mailing list