On 01.08.2014 12:00, Keith Packard wrote:
> Michel Dänzer <[email protected]> writes:
> 
>> Thanks, but X_BYTE_ORDER still needs to be added to xorg-server.h,
>> doesn't it? By 'this on top', I meant literally folding it into your
>> patch.
> 
> Heh. I thought we'd already gotten that part done. Sorry; I'm on
> vacation this week.

[...]

> From: Keith Packard <[email protected]>
> Date: Thu, 31 Jul 2014 19:57:53 -0700
> Subject: [PATCH] Add X_BYTE_ORDER to xorg-server.h
> 
> Drivers don't get to use dix-config.h, they use xorg-server.h
> instead. Add X_BYTE_ORDER to that file so drivers can see the value.
> 
> Signed-off-by: Keith Packard <[email protected]>
> ---
>  include/xorg-server.h.in | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in
> index 09b79b6..4cb9487 100644
> --- a/include/xorg-server.h.in
> +++ b/include/xorg-server.h.in
> @@ -231,4 +231,7 @@
>  /* Ask fontsproto to make font path element names const */
>  #define FONT_PATH_ELEMENT_NAME_CONST    1
>  
> +/* byte order */
> +#undef X_BYTE_ORDER
> +
>  #endif /* _XORG_SERVER_H_ */

Reviewed-by: Michel Dänzer <[email protected]>


-- 
Earthling Michel Dänzer            |                  http://www.amd.com
Libre software enthusiast          |                Mesa and X developer

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to