From 4f2496040564141e4e309470d8eb07f1476a2fab Mon Sep 17 00:00:00 2001 From: Semenov Herman Date: Tue, 27 Aug 2024 00:22:23 +0300 Subject: [PATCH] Fixed in SiS 315+ includes all chips (+XGI) set 'Blue' custom gamma RGB options Part-of: --- src/sis_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sis_opt.c b/src/sis_opt.c index af4de48..b4f04a5 100644 --- a/src/sis_opt.c +++ b/src/sis_opt.c @@ -2131,7 +2131,7 @@ SiSOptions(ScrnInfoPtr pScrn) pSiS->XvGamma = pSiS->XvGammaGiven = TRUE; pSiS->XvGammaRedDef = pSiS->XvGammaRed; pSiS->XvGammaGreenDef = pSiS->XvGammaGreen; - pSiS->XvGammaBlue = pSiS->XvGammaBlue; + pSiS->XvGammaBlueDef = pSiS->XvGammaBlue; } } }