Fixed invalid copy variable AllowHotkey in SiSCopyFromToEntity

Signed-off-by: Herman Semenov <GermanAizek@yandex.ru>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/30>
This commit is contained in:
Семёнов Герман
2024-08-26 21:37:56 +03:00
committed by Herman Semenov
parent fb3b448df7
commit 9bbe2a772f

View File

@@ -4183,7 +4183,7 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
pSiS->useEXA = pSiSEnt->useEXA;
pSiS->TurboQueue = pSiSEnt->TurboQueue;
pSiS->restorebyset = pSiSEnt->restorebyset;
pSiS->AllowHotkey = pSiS->AllowHotkey;
pSiS->AllowHotkey = pSiSEnt->AllowHotkey;
pSiS->OptROMUsage = pSiSEnt->OptROMUsage;
pSiS->OptUseOEM = pSiSEnt->OptUseOEM;
pSiS->forceCRT1 = pSiSEnt->forceCRT1;