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 26a3908803ae0adabba6d54773589e92172b8cb5 Mon Sep 17 00:00:00 2001
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_ */
-- 
2.0.1

-- 
[email protected]

Attachment: pgpi3vAKz42AT.pgp
Description: PGP 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