[PATCH 3/7] dix: Pull client-is-local flag up to the ClientRec

Jamey Sharp jamey at minilop.net
Fri Jun 17 16:24:57 PDT 2011


Seems reasonable to me, although, as a nit:

On Fri, Jun 17, 2011 at 02:36:33PM -0400, Adam Jackson wrote:
> diff --git a/include/dixstruct.h b/include/dixstruct.h
> index 64a250f..b151122 100644
> --- a/include/dixstruct.h
> +++ b/include/dixstruct.h
> @@ -92,6 +92,7 @@ typedef struct _Client {
>      pointer     requestBuffer;
>      pointer     osPrivate;	/* for OS layer, including scheduler */
>      char        swapped;
> +    char	local;
>      char        big_requests;
>      char        closeDownMode;
>      char        clientGone;

This change doesn't match the whitespace convention around it.

Jamey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110617/e4411c33/attachment.pgp>


More information about the xorg-devel mailing list