[PATCH xserver] dix-config: fix incorrect definition of _XTYPEDEF_POINTER

Gaetan Nadon memsize at videotron.ca
Fri Jan 17 16:36:03 PST 2014


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 <memsize at videotron.ca>
---
 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



More information about the xorg-devel mailing list