diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-30 03:56:39 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-30 03:56:39 -0200 |
commit | 4e7bc2d7a9879297aff0924febeca9bd3b6c336d (patch) | |
tree | ad8657abc5fdfda01ad5dbe7d58b16a45c6516b1 /Xext | |
parent | 15ac25627e7239629be59adedda5d8a9deb330ef (diff) |
Work around inclusion of <X11/extensions/panoramiXext.h>
The X Server build only needs the macros PANORAMIX_MAJOR_VERSION
and PANORAMIX_MINOR_VERSION from that header.
Addition of extra prototypes to <X11/extensions/panoramiXext.h>
caused a X Server build failure.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/panoramiX.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <X11/extensions/panoramiXext.h> +#undef _PANORAMIX_SERVER + #include "gcstruct.h" |