mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user