diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-04-26 14:49:25 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-04-26 14:53:12 +0300 |
commit | edbc56c088462844f6445f5e6d7cbcfc58a207dc (patch) | |
tree | cfe2d59074fa3aab0ad5d1d8e09c1441eab75b39 /include/dixstruct.h | |
parent | 4f8dc1109dcdfa973466a038c16c07da5f6c16b4 (diff) |
include: remove couple of unused structures fields and bump ABI
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index 696b793ff..5b1a6981d 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -85,7 +85,6 @@ typedef struct _Window *SaveSetElt; #define SaveSetAssignMap(ss,m) #endif -/* The unused_ members are ABI spacing. Please reuse them. */ typedef struct _Client { int index; Mask clientAsMask; @@ -101,7 +100,6 @@ typedef struct _Client { * killed */ SaveSetElt *saveSet; int numSaved; - void *unused_screenPrivate[16]; int (**requestVector) ( ClientPtr /* pClient */); CARD32 req_len; /* length of current request */ @@ -116,8 +114,6 @@ typedef struct _Client { KeyCode minKC,maxKC; unsigned long replyBytesRemaining; - void *unused_appgroup; - void *unused_fontResFunc; int smart_priority; long smart_start_tick; long smart_stop_tick; |