diff options
author | Adam Jackson <ajax@redhat.com> | 2012-09-20 13:16:59 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-09-20 14:36:39 -0400 |
commit | ff8e3ad8074cd2c8bed49b39c40c2b4892118270 (patch) | |
tree | 6c96454a127d1b1a842d4e3a07040421f114fb5b /include/dixstruct.h | |
parent | 3f7bc222638d5d38324ecbc8c2c4e39af17d110e (diff) |
dix: Pull client-is-local flag up to the ClientRec
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index b2a168aa8..875f6caac 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -91,6 +91,7 @@ typedef struct _Client { pointer requestBuffer; pointer osPrivate; /* for OS layer, including scheduler */ Bool swapped; + Bool local; ReplySwapPtr pSwapReplyFunc; XID errorValue; int sequence; |