summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 03:56:39 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 03:56:39 -0200
commit4e7bc2d7a9879297aff0924febeca9bd3b6c336d (patch)
treead8657abc5fdfda01ad5dbe7d58b16a45c6516b1 /Xext
parent15ac25627e7239629be59adedda5d8a9deb330ef (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.h3
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"