include: remove couple of unused structures fields and bump ABI
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user