From 4e7bc2d7a9879297aff0924febeca9bd3b6c336d Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Fri, 30 Jan 2009 03:56:39 -0200 Subject: [PATCH] Work around inclusion of The X Server build only needs the macros PANORAMIX_MAJOR_VERSION and PANORAMIX_MINOR_VERSION from that header. Addition of extra prototypes to caused a X Server build failure. --- Xext/panoramiX.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Xext/panoramiX.h b/Xext/panoramiX.h index 89c754732..700c5a4f9 100644 --- a/Xext/panoramiX.h +++ b/Xext/panoramiX.h @@ -40,7 +40,10 @@ Equipment Corporation. #ifndef _PANORAMIX_H_ #define _PANORAMIX_H_ +#define _PANORAMIX_SERVER #include +#undef _PANORAMIX_SERVER + #include "gcstruct.h"