mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
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:
committed by
Herman Semenov
parent
fb3b448df7
commit
9bbe2a772f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user