Merge remote-tracking branch 'whot/for-keith'

This commit is contained in:
Keith Packard
2013-04-24 10:27:19 -07:00
10 changed files with 80 additions and 82 deletions

View File

@@ -96,7 +96,7 @@ typedef struct _Client {
unsigned int clientGone:1;
unsigned int closeDownMode:2;
unsigned int clientState:2;
char smart_priority;
signed char smart_priority;
short noClientException; /* this client died or needs to be killed */
int priority;
ReplySwapPtr pSwapReplyFunc;