mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
sis: fix build against latest xserver
This commit is contained in:
@@ -1004,7 +1004,9 @@ typedef struct {
|
||||
ScrnInfoPtr pScrn;
|
||||
pciVideoPtr PciInfo;
|
||||
int PciBus, PciDevice, PciFunc;
|
||||
#ifndef XSERVER_LIBPCIACCESS
|
||||
PCITAG PciTag;
|
||||
#endif
|
||||
EntityInfoPtr pEnt;
|
||||
int Chipset;
|
||||
unsigned char ChipType;
|
||||
|
||||
@@ -237,8 +237,10 @@ struct SiS_Private
|
||||
unsigned char ChipType;
|
||||
unsigned char ChipRevision;
|
||||
#ifdef SIS_XORG_XF86
|
||||
#ifndef XSERVER_LIBPCIACCESS
|
||||
PCITAG PciTag;
|
||||
#endif
|
||||
#endif
|
||||
#ifdef SIS_LINUX_KERNEL
|
||||
void *ivideo;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user