mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Remove various unused HW cursor and screen size limit related struct fields.
This commit is contained in:
@@ -884,10 +884,6 @@ typedef struct {
|
||||
CARD32 * CurARGBDest;
|
||||
int GammaBriR, GammaBriG, GammaBriB;
|
||||
int GammaPBriR, GammaPBriG, GammaPBriB;
|
||||
Bool HideHWCursor; /* Custom application */
|
||||
Bool HWCursorIsVisible;
|
||||
unsigned long HWCursorBackup[16];
|
||||
int HWCursorMBufNum, HWCursorCBufNum;
|
||||
unsigned long mmioSize;
|
||||
#ifdef XGIMERGED
|
||||
Bool MergedFB, MergedFBAuto;
|
||||
@@ -905,9 +901,6 @@ typedef struct {
|
||||
Bool CheckForCRT2;
|
||||
Bool IsCustomCRT2;
|
||||
BOOLEAN HaveCustomModes2;
|
||||
int maxCRT1_X1, maxCRT1_X2, maxCRT1_Y1, maxCRT1_Y2;
|
||||
int maxCRT2_X1, maxCRT2_X2, maxCRT2_Y1, maxCRT2_Y2;
|
||||
int maxClone_X1, maxClone_X2, maxClone_Y1, maxClone_Y2;
|
||||
int MergedFBXDPI, MergedFBYDPI;
|
||||
#ifdef XGIXINERAMA
|
||||
Bool UsexgiXinerama;
|
||||
|
||||
@@ -2535,7 +2535,6 @@ XGIPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
/* Determine chipset and VGA engine type */
|
||||
pXGI->ChipFlags = 0;
|
||||
pXGI->XGI_SD_Flags = 0;
|
||||
pXGI->HWCursorMBufNum = pXGI->HWCursorCBufNum = 0;
|
||||
|
||||
switch(pXGI->Chipset)
|
||||
{
|
||||
|
||||
@@ -285,8 +285,6 @@ xgiOptions(ScrnInfoPtr pScrn)
|
||||
pXGI->XvGammaRedDef = pXGI->XvGammaGreenDef = pXGI->XvGammaBlueDef = 1000;
|
||||
pXGI->GammaBriR = pXGI->GammaBriG = pXGI->GammaBriB = 1000;
|
||||
pXGI->GammaPBriR = pXGI->GammaPBriG = pXGI->GammaPBriB = 1000;
|
||||
pXGI->HideHWCursor = FALSE;
|
||||
pXGI->HWCursorIsVisible = FALSE;
|
||||
#ifdef XGIMERGED
|
||||
pXGI->MergedFB = pXGI->MergedFBAuto = FALSE;
|
||||
pXGI->CRT2Position = xgiRightOf;
|
||||
|
||||
Reference in New Issue
Block a user