mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 09:50:07 +01: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:
parent
15ac25627e
commit
4e7bc2d7a9
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue