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.
This commit is contained in:
Paulo Cesar Pereira de Andrade 2009-01-30 03:56:39 -02:00
parent 15ac25627e
commit 4e7bc2d7a9

View File

@ -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"