Problem was introduced in commit 60014a4a98. _XTYPEDEF_POINTER falsely
advertizes type "pointer" as being defined while it is not. This "pointer"
type is needed by fontsproto fontstruct.h.

Usage of "pointer" type has been removed in many xserver files. This may
be sufficient to fix the original problem. Refer to tinderbox for details
on build breaks.

Signed-off-by: Gaetan Nadon <[email protected]>
---
 include/dix-config.h.in |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 957257b..3066100 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -469,7 +469,4 @@
 /* Directory for shared memory temp files */
 #undef SHMDIR
 
-/* Don't let Xdefs.h define 'pointer' */
-#define _XTYPEDEF_POINTER       1
-
 #endif /* _DIX_CONFIG_H_ */
-- 
1.7.9.5

_______________________________________________
[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