summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-24 10:27:19 -0700
committerKeith Packard <keithp@keithp.com>2013-04-24 10:27:19 -0700
commit53da26afb76bcce70b91c5df23d25e7e85c010cf (patch)
tree1bf53d4f4f435ed5701556f130df3483e426aa66 /include
parent5ece86e921a1df457a9baab6a2357ccda4ad6957 (diff)
parentd8d3c78b6ebdf63836951d2dbd2d3d621ff26da2 (diff)
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'include')
-rw-r--r--include/dixstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index 678481920..aef822ca2 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -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;